#CA9C27

Color #CA9C27 Nugget (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Nugget #CA9C27

Tints of Nugget #CA9C27

Color information

#CA9C27 (or 0xCA9C27) is unknown color: approx Nugget. HEX triplet: CA, 9C and 27. RGB value is (202,156,39). Sum of RGB (Red+Green+Blue) = 202+156+39=397 (52% of max value = 765). Red value is 202 (79.30% from 255 or 50.88% from 397); Green value is 156 (61.33% from 255 or 39.29% from 397); Blue value is 39 (15.62% from 255 or 9.82% from 397); Max value from RGB is 202 - color contains mainly: red. Hex color #CA9C27 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CA9C27 is #3563D8. Grayscale: #9C9C9C. Windows color (decimal): -3498969 or 2596042. OLE color: 2596042.

HSL color Cylindrical-coordinate representation of color #CA9C27: hue angle of 43.07º 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 #CA9C27 is Cyan = 0, Magento = 0.23, Yellow = 0.81 and Black (K on CMYK) = 0.21.

Color convert

RGB20215639-
CMYK00.230.810.21
HSL43.07º67.63%47.25%-
HSV(B)43.07º80.69%79.22%-
XYZ36.6136.487.03-
YUV156.4261.74160.51-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 50.88%
GREEN value IS 156 (61.33% from 255) = 39.29%
BLUE value IS 39 (15.62% from 255) = 9.82%
R=50.88%
G=39.29%
B=9.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.81
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2021563900.230.810.2143.0767.6347.25
HexCA9C2701751152b442f
Octal31223447027121255310457
Binary11001010100111001001110101111010001101011010111000100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA9C27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA9C27; }

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

 H1.HeaderClassName
 {
   color: #CA9C27;
 }
 .AnyTagClassName
 {
   color: #CA9C27;
 }
</style>
background-color css

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

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

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

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

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

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