#CAC38F

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

Shades of Winter Hazel #CAC38F

Tints of Winter Hazel #CAC38F

Color information

#CAC38F (or 0xCAC38F) is unknown color: approx Winter Hazel. HEX triplet: CA, C3 and 8F. RGB value is (202,195,143). Sum of RGB (Red+Green+Blue) = 202+195+143=540 (71% of max value = 765). Red value is 202 (79.30% from 255 or 37.41% from 540); Green value is 195 (76.56% from 255 or 36.11% from 540); Blue value is 143 (56.25% from 255 or 26.48% from 540); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC38F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CAC38F is #353C70. Grayscale: #BFBFBF. Windows color (decimal): -3488881 or 9421770. OLE color: 9421770.

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

Color convert

RGB202195143-
CMYK00.030.290.21
HSL52.88º35.76%67.65%-
HSV(B)52.88º29.21%79.22%-
XYZ48.8353.5733.75-
YUV191.16100.82135.73-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 37.41%
GREEN value IS 195 (76.56% from 255) = 36.11%
BLUE value IS 143 (56.25% from 255) = 26.48%
R=37.41%
G=36.11%
B=26.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.29
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20219514300.030.290.2152.8835.7667.65
HexCAC38F031D15352444
Octal3123032170335256544104
Binary11001010110000111000111101111101101011101011001001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAC38F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAC38F; }

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

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

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

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

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

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

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

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