#CFCA8A

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

Shades of Winter Hazel #CFCA8A

Tints of Winter Hazel #CFCA8A

Color information

#CFCA8A (or 0xCFCA8A) is unknown color: approx Winter Hazel. HEX triplet: CF, CA and 8A. RGB value is (207,202,138). Sum of RGB (Red+Green+Blue) = 207+202+138=547 (72% of max value = 765). Red value is 207 (81.25% from 255 or 37.84% from 547); Green value is 202 (79.30% from 255 or 36.93% from 547); Blue value is 138 (54.30% from 255 or 25.23% from 547); Max value from RGB is 207 - color contains mainly: red. Hex color #CFCA8A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CFCA8A is #303575. Grayscale: #C4C4C4. Windows color (decimal): -3159414 or 9095887. OLE color: 9095887.

HSL color Cylindrical-coordinate representation of color #CFCA8A: hue angle of 55.65º degrees, saturation: 0.42, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #CFCA8A is Cyan = 0, Magento = 0.02, Yellow = 0.33 and Black (K on CMYK) = 0.19.

Color convert

RGB207202138-
CMYK00.020.330.19
HSL55.65º41.82%67.65%-
HSV(B)55.65º33.33%81.18%-
XYZ51.4457.3432.4-
YUV196.295.16135.7-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 37.84%
GREEN value IS 202 (79.30% from 255) = 36.93%
BLUE value IS 138 (54.30% from 255) = 25.23%
R=37.84%
G=36.93%
B=25.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.33
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20720213800.020.330.1955.6541.8267.65
HexCFCA8A022113382a44
Octal3173122120241237052104
Binary110011111100101010001010010100001100111110001010101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFCA8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFCA8A; }

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

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

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

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

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

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

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

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