#CAC68F

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

Shades of Winter Hazel #CAC68F

Tints of Winter Hazel #CAC68F

Color information

#CAC68F (or 0xCAC68F) is unknown color: approx Winter Hazel. HEX triplet: CA, C6 and 8F. RGB value is (202,198,143). Sum of RGB (Red+Green+Blue) = 202+198+143=543 (71% of max value = 765). Red value is 202 (79.30% from 255 or 37.20% from 543); Green value is 198 (77.73% from 255 or 36.46% from 543); Blue value is 143 (56.25% from 255 or 26.34% from 543); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC68F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CAC68F is #353970. Grayscale: #C1C1C1. Windows color (decimal): -3488113 or 9422538. OLE color: 9422538.

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

Color convert

RGB202198143-
CMYK00.020.290.21
HSL55.93º35.76%67.65%-
HSV(B)55.93º29.21%79.22%-
XYZ49.5154.9333.98-
YUV192.9399.83134.47-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 37.20%
GREEN value IS 198 (77.73% from 255) = 36.46%
BLUE value IS 143 (56.25% from 255) = 26.34%
R=37.20%
G=36.46%
B=26.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.29
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20219814300.020.290.2155.9335.7667.65
HexCAC68F021D15382444
Octal3123062170235257044104
Binary11001010110001101000111101011101101011110001001001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAC68F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAC68F; }

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

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

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

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

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

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

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

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