#CAC17F

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

Shades of Winter Hazel #CAC17F

Tints of Winter Hazel #CAC17F

Color information

#CAC17F (or 0xCAC17F) is unknown color: approx Winter Hazel. HEX triplet: CA, C1 and 7F. RGB value is (202,193,127). Sum of RGB (Red+Green+Blue) = 202+193+127=522 (69% of max value = 765). Red value is 202 (79.30% from 255 or 38.70% from 522); Green value is 193 (75.78% from 255 or 36.97% from 522); Blue value is 127 (50% from 255 or 24.33% from 522); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC17F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CAC17F is #353E80. Grayscale: #BCBCBC. Windows color (decimal): -3489409 or 8372682. OLE color: 8372682.

HSL color Cylindrical-coordinate representation of color #CAC17F: hue angle of 52.8º degrees, saturation: 0.41, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #CAC17F is Cyan = 0, Magento = 0.04, Yellow = 0.37 and Black (K on CMYK) = 0.21.

Color convert

RGB202193127-
CMYK00.040.370.21
HSL52.8º41.44%64.51%-
HSV(B)52.8º37.13%79.22%-
XYZ47.2652.2327.67-
YUV188.1793.48137.87-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 38.70%
GREEN value IS 193 (75.78% from 255) = 36.97%
BLUE value IS 127 (50% from 255) = 24.33%
R=38.70%
G=36.97%
B=24.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.37
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20219312700.040.370.2152.841.4464.51
HexCAC17F042515352941
Octal3123011770445256551101
Binary110010101100000111111110100100101101011101011010011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAC17F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAC17F; }

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

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

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

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

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

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

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

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