#CAC38C

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

Shades of Winter Hazel #CAC38C

Tints of Winter Hazel #CAC38C

Color information

#CAC38C (or 0xCAC38C) is unknown color: approx Winter Hazel. HEX triplet: CA, C3 and 8C. RGB value is (202,195,140). Sum of RGB (Red+Green+Blue) = 202+195+140=537 (71% of max value = 765). Red value is 202 (79.30% from 255 or 37.62% from 537); Green value is 195 (76.56% from 255 or 36.31% from 537); Blue value is 140 (55.08% from 255 or 26.07% from 537); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC38C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CAC38C is #353C73. Grayscale: #BFBFBF. Windows color (decimal): -3488884 or 9225162. OLE color: 9225162.

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

Color convert

RGB202195140-
CMYK00.030.310.21
HSL53.23º36.9%67.06%-
HSV(B)53.23º30.69%79.22%-
XYZ48.6153.4832.57-
YUV190.8299.32135.97-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 37.62%
GREEN value IS 195 (76.56% from 255) = 36.31%
BLUE value IS 140 (55.08% from 255) = 26.07%
R=37.62%
G=36.31%
B=26.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.31
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20219514000.030.310.2153.2336.967.06
HexCAC38C031F15352543
Octal3123032140337256545103
Binary11001010110000111000110001111111101011101011001011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAC38C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAC38C; }

 p { color: rgb(202,195,140); }

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

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

 a { background-color: rgb(202,195,140); }

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

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

 span { border-color: rgb(202,195,140); }

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