#CAC68A

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

Shades of Winter Hazel #CAC68A

Tints of Winter Hazel #CAC68A

Color information

#CAC68A (or 0xCAC68A) is unknown color: approx Winter Hazel. HEX triplet: CA, C6 and 8A. RGB value is (202,198,138). Sum of RGB (Red+Green+Blue) = 202+198+138=538 (71% of max value = 765). Red value is 202 (79.30% from 255 or 37.55% from 538); Green value is 198 (77.73% from 255 or 36.80% from 538); Blue value is 138 (54.30% from 255 or 25.65% from 538); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC68A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CAC68A is #353975. Grayscale: #C0C0C0. Windows color (decimal): -3488118 or 9094858. OLE color: 9094858.

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

Color convert

RGB202198138-
CMYK00.020.320.21
HSL56.25º37.65%66.67%-
HSV(B)56.25º31.68%79.22%-
XYZ49.1454.7832.03-
YUV192.3697.33134.88-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 37.55%
GREEN value IS 198 (77.73% from 255) = 36.80%
BLUE value IS 138 (54.30% from 255) = 25.65%
R=37.55%
G=36.80%
B=25.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.32
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20219813800.020.320.2156.2537.6566.67
HexCAC68A022015382643
Octal3123062120240257046103
Binary110010101100011010001010010100000101011110001001101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAC68A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAC68A; }

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

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

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

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

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

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

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

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