#CAC17A

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

Shades of Winter Hazel #CAC17A

Tints of Winter Hazel #CAC17A

Color information

#CAC17A (or 0xCAC17A) is unknown color: approx Winter Hazel. HEX triplet: CA, C1 and 7A. RGB value is (202,193,122). Sum of RGB (Red+Green+Blue) = 202+193+122=517 (68% of max value = 765). Red value is 202 (79.30% from 255 or 39.07% from 517); Green value is 193 (75.78% from 255 or 37.33% from 517); Blue value is 122 (48.05% from 255 or 23.60% from 517); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC17A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CAC17A is #353E85. Grayscale: #BBBBBB. Windows color (decimal): -3489414 or 8045002. OLE color: 8045002.

HSL color Cylindrical-coordinate representation of color #CAC17A: hue angle of 53.25º degrees, saturation: 0.43, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #CAC17A is Cyan = 0, Magento = 0.04, Yellow = 0.40 and Black (K on CMYK) = 0.21.

Color convert

RGB202193122-
CMYK00.040.400.21
HSL53.25º43.01%63.53%-
HSV(B)53.25º39.6%79.22%-
XYZ46.9452.125.99-
YUV187.690.98138.27-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 39.07%
GREEN value IS 193 (75.78% from 255) = 37.33%
BLUE value IS 122 (48.05% from 255) = 23.60%
R=39.07%
G=37.33%
B=23.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.40
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20219312200.040.400.2153.2543.0163.53
HexCAC17A042815352b40
Octal3123011720450256553100
Binary110010101100000111110100100101000101011101011010111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAC17A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAC17A; }

 p { color: rgb(202,193,122); }

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

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

 a { background-color: rgb(202,193,122); }

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

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

 span { border-color: rgb(202,193,122); }

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