#CAC48B

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

Shades of Winter Hazel #CAC48B

Tints of Winter Hazel #CAC48B

Color information

#CAC48B (or 0xCAC48B) is unknown color: approx Winter Hazel. HEX triplet: CA, C4 and 8B. RGB value is (202,196,139). Sum of RGB (Red+Green+Blue) = 202+196+139=537 (71% of max value = 765). Red value is 202 (79.30% from 255 or 37.62% from 537); Green value is 196 (76.95% from 255 or 36.50% from 537); Blue value is 139 (54.69% from 255 or 25.88% from 537); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC48B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CAC48B is #353B74. Grayscale: #BFBFBF. Windows color (decimal): -3488629 or 9159882. OLE color: 9159882.

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

Color convert

RGB202196139-
CMYK00.030.310.21
HSL54.29º37.28%66.86%-
HSV(B)54.29º31.19%79.22%-
XYZ48.7653.932.26-
YUV191.398.49135.63-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 37.62%
GREEN value IS 196 (76.95% from 255) = 36.50%
BLUE value IS 139 (54.69% from 255) = 25.88%
R=37.62%
G=36.50%
B=25.88%

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
Decimal20219613900.030.310.2154.2937.2866.86
HexCAC48B031F15362543
Octal3123042130337256645103
Binary11001010110001001000101101111111101011101101001011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAC48B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAC48B; }

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

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

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

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

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

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

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

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