#CAC48A

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

Shades of Winter Hazel #CAC48A

Tints of Winter Hazel #CAC48A

Color information

#CAC48A (or 0xCAC48A) is unknown color: approx Winter Hazel. HEX triplet: CA, C4 and 8A. RGB value is (202,196,138). Sum of RGB (Red+Green+Blue) = 202+196+138=536 (70% of max value = 765). Red value is 202 (79.30% from 255 or 37.69% from 536); Green value is 196 (76.95% from 255 or 36.57% from 536); Blue value is 138 (54.30% from 255 or 25.75% from 536); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC48A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CAC48A is #353B75. Grayscale: #BFBFBF. Windows color (decimal): -3488630 or 9094346. OLE color: 9094346.

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

Color convert

RGB202196138-
CMYK00.030.320.21
HSL54.38º37.65%66.67%-
HSV(B)54.38º31.68%79.22%-
XYZ48.6853.8731.88-
YUV191.1897.99135.72-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 37.69%
GREEN value IS 196 (76.95% from 255) = 36.57%
BLUE value IS 138 (54.30% from 255) = 25.75%
R=37.69%
G=36.57%
B=25.75%

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
Decimal20219613800.030.320.2154.3837.6566.67
HexCAC48A032015362643
Octal3123042120340256646103
Binary110010101100010010001010011100000101011101101001101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAC48A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAC48A; }

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

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

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

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

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

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

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

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