#CAC18F

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

Shades of Winter Hazel #CAC18F

Tints of Winter Hazel #CAC18F

Color information

#CAC18F (or 0xCAC18F) is unknown color: approx Winter Hazel. HEX triplet: CA, C1 and 8F. RGB value is (202,193,143). Sum of RGB (Red+Green+Blue) = 202+193+143=538 (71% of max value = 765). Red value is 202 (79.30% from 255 or 37.55% from 538); Green value is 193 (75.78% from 255 or 35.87% from 538); Blue value is 143 (56.25% from 255 or 26.58% from 538); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC18F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CAC18F is #353E70. Grayscale: #BEBEBE. Windows color (decimal): -3489393 or 9421258. OLE color: 9421258.

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

Color convert

RGB202193143-
CMYK00.040.290.21
HSL50.85º35.76%67.65%-
HSV(B)50.85º29.21%79.22%-
XYZ48.3952.6833.6-
YUV189.99101.48136.57-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 37.55%
GREEN value IS 193 (75.78% from 255) = 35.87%
BLUE value IS 143 (56.25% from 255) = 26.58%
R=37.55%
G=35.87%
B=26.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.29
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20219314300.040.290.2150.8535.7667.65
HexCAC18F041D15332444
Octal3123012170435256344104
Binary110010101100000110001111010011101101011100111001001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAC18F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAC18F; }

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

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

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

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

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

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

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

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