#CAC38B

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

Shades of Winter Hazel #CAC38B

Tints of Winter Hazel #CAC38B

Color information

#CAC38B (or 0xCAC38B) is unknown color: approx Winter Hazel. HEX triplet: CA, C3 and 8B. RGB value is (202,195,139). Sum of RGB (Red+Green+Blue) = 202+195+139=536 (70% of max value = 765). Red value is 202 (79.30% from 255 or 37.69% from 536); Green value is 195 (76.56% from 255 or 36.38% from 536); Blue value is 139 (54.69% from 255 or 25.93% from 536); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC38B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CAC38B is #353C74. Grayscale: #BEBEBE. Windows color (decimal): -3488885 or 9159626. OLE color: 9159626.

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

Color convert

RGB202195139-
CMYK00.030.310.21
HSL53.33º37.28%66.86%-
HSV(B)53.33º31.19%79.22%-
XYZ48.5353.4532.19-
YUV190.7198.82136.05-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 37.69%
GREEN value IS 195 (76.56% from 255) = 36.38%
BLUE value IS 139 (54.69% from 255) = 25.93%
R=37.69%
G=36.38%
B=25.93%

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
Decimal20219513900.030.310.2153.3337.2866.86
HexCAC38B031F15352543
Octal3123032130337256545103
Binary11001010110000111000101101111111101011101011001011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAC38B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAC38B; }

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

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

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

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

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

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

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

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