#CAC38A

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

Shades of Winter Hazel #CAC38A

Tints of Winter Hazel #CAC38A

Color information

#CAC38A (or 0xCAC38A) is unknown color: approx Winter Hazel. HEX triplet: CA, C3 and 8A. RGB value is (202,195,138). Sum of RGB (Red+Green+Blue) = 202+195+138=535 (70% of max value = 765). Red value is 202 (79.30% from 255 or 37.76% from 535); Green value is 195 (76.56% from 255 or 36.45% from 535); Blue value is 138 (54.30% from 255 or 25.79% from 535); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC38A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CAC38A is #353C75. Grayscale: #BEBEBE. Windows color (decimal): -3488886 or 9094090. OLE color: 9094090.

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

Color convert

RGB202195138-
CMYK00.030.320.21
HSL53.44º37.65%66.67%-
HSV(B)53.44º31.68%79.22%-
XYZ48.4653.4231.8-
YUV190.698.32136.13-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 37.76%
GREEN value IS 195 (76.56% from 255) = 36.45%
BLUE value IS 138 (54.30% from 255) = 25.79%
R=37.76%
G=36.45%
B=25.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.32
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20219513800.030.320.2153.4437.6566.67
HexCAC38A032015352643
Octal3123032120340256546103
Binary110010101100001110001010011100000101011101011001101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAC38A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAC38A; }

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

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

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

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

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

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

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

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