#CFC97F

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

Shades of Winter Hazel #CFC97F

Tints of Winter Hazel #CFC97F

Color information

#CFC97F (or 0xCFC97F) is unknown color: approx Winter Hazel. HEX triplet: CF, C9 and 7F. RGB value is (207,201,127). Sum of RGB (Red+Green+Blue) = 207+201+127=535 (70% of max value = 765). Red value is 207 (81.25% from 255 or 38.69% from 535); Green value is 201 (78.91% from 255 or 37.57% from 535); Blue value is 127 (50% from 255 or 23.74% from 535); Max value from RGB is 207 - color contains mainly: red. Hex color #CFC97F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFC97F is #303680. Grayscale: #C2C2C2. Windows color (decimal): -3159681 or 8374735. OLE color: 8374735.

HSL color Cylindrical-coordinate representation of color #CFC97F: hue angle of 55.5º degrees, saturation: 0.45, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #CFC97F is Cyan = 0, Magento = 0.03, Yellow = 0.39 and Black (K on CMYK) = 0.19.

Color convert

RGB207201127-
CMYK00.030.390.19
HSL55.5º45.45%65.49%-
HSV(B)55.5º38.65%81.18%-
XYZ50.4556.5728.34-
YUV194.3689.99137.02-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 38.69%
GREEN value IS 201 (78.91% from 255) = 37.57%
BLUE value IS 127 (50% from 255) = 23.74%
R=38.69%
G=37.57%
B=23.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.39
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20720112700.030.390.1955.545.4565.49
HexCFC97F032713382d41
Octal3173111770347237055101
Binary11001111110010011111111011100111100111110001011011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFC97F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFC97F; }

 p { color: rgb(207,201,127); }

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

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

 a { background-color: rgb(207,201,127); }

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

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

 span { border-color: rgb(207,201,127); }

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