Html Css Color HEX #CA9527 Nugget

📋 copy color: '#CA9527'

red 202 ◦ green 149 ◦ blue 39

#CA9527
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Nugget #CA9527

Tints of Nugget #CA9527

RGB

 RED value IS 202 (79.3% from 255) = 51.79%

 GREEN value IS 149 (58.59% from 255) = 38.21%

 BLUE value IS 39 (15.63% from 255) = 10%

R = 51.79%
G = 38.21%
B = 10%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.81

 K value IS 0.21

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#CA9527 (or 0xCA9527) is known color: Nugget. HEX triplet: CA, 95 and 27. RGB value is (202,149,39). Sum of RGB (Red+Green+Blue) = 202+149+39=390 (51% of max value = 765). Red value is 202 (79.30% from 255 or 51.79% from 390); Green value is 149 (58.59% from 255 or 38.21% from 390); Blue value is 39 (15.62% from 255 or 10% from 390); Max value from RGB is 202 - color contains mainly: red. Hex color #CA9527 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CA9527 is #356AD8. Grayscale: #989898. Windows color (decimal): -3500761 or 2594250. OLE color: 2594250.

HSL color Cylindrical-coordinate representation of color #CA9527: hue angle of 40.49º degrees, saturation: 0.68, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #CA9527 is Cyan = 0, Magento = 0.26, Yellow = 0.81 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 149 39 -
CMYK 0 0.26 0.81 0.21
HSL 40.49º 0.68% 0.47% -
HSV(B) 40.49º 0.81% 0.79% -
XYZ 35.47 34.2 6.65 -
YUV 152.31 64.06 163.44 -
System Red Green Blue C M Y K H S L
Decimal 202 149 39 0 0.26 0.81 0.21 40.49 0.68 0.47
Hex CA 95 27 0 1A 51 15 28 44 2F
Octal 312 225 47 0 32 121 25 50 104 57
Binary 11001010 10010101 100111 0 11010 1010001 10101 101000 1000100 101111

Color Harmonies of #CA9527

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA9527

Black with #CA9527

Text Example


Text Example

White with #CA9527

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA9527; }

 p { color: rgb(202,149,39); }

 H1.HeaderClassName
 {
   color: #CA9527;
 }
 .AnyTagClassName
 {
   color: #CA9527;
 }
</style>

background-color css

<style>
 a { background-color: #CA9527; }

 a { background-color: rgb(202,149,39); }

 div.DivClassName
 {
   background-color: #CA9527;
 }
 .BgClassName
 {
   background-color: #CA9527;
 }
</style>

border-color css

<style>
 span { border-color: #CA9527; }

 span { border-color: rgb(202,149,39); }

 td.TdClassName
 {
   border-color: #CA9527;
 }
 .TagClassName
 {
   border-color: #CA9527;
 }
</style>