#CAC18B

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

Shades of Winter Hazel #CAC18B

Tints of Winter Hazel #CAC18B

Color information

#CAC18B (or 0xCAC18B) is unknown color: approx Winter Hazel. HEX triplet: CA, C1 and 8B. RGB value is (202,193,139). Sum of RGB (Red+Green+Blue) = 202+193+139=534 (70% of max value = 765). Red value is 202 (79.30% from 255 or 37.83% from 534); Green value is 193 (75.78% from 255 or 36.14% from 534); Blue value is 139 (54.69% from 255 or 26.03% from 534); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC18B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CAC18B is #353E74. Grayscale: #BDBDBD. Windows color (decimal): -3489397 or 9159114. OLE color: 9159114.

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

Color convert

RGB202193139-
CMYK00.040.310.21
HSL51.43º37.28%66.86%-
HSV(B)51.43º31.19%79.22%-
XYZ48.0952.5632.04-
YUV189.5499.48136.89-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 37.83%
GREEN value IS 193 (75.78% from 255) = 36.14%
BLUE value IS 139 (54.69% from 255) = 26.03%
R=37.83%
G=36.14%
B=26.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.31
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20219313900.040.310.2151.4337.2866.86
HexCAC18B041F15332543
Octal3123012130437256345103
Binary110010101100000110001011010011111101011100111001011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAC18B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAC18B; }

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

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

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

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

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

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

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

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