#CFC97E

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

Shades of Winter Hazel #CFC97E

Tints of Winter Hazel #CFC97E

Color information

#CFC97E (or 0xCFC97E) is unknown color: approx Winter Hazel. HEX triplet: CF, C9 and 7E. RGB value is (207,201,126). Sum of RGB (Red+Green+Blue) = 207+201+126=534 (70% of max value = 765). Red value is 207 (81.25% from 255 or 38.76% from 534); Green value is 201 (78.91% from 255 or 37.64% from 534); Blue value is 126 (49.61% from 255 or 23.60% from 534); Max value from RGB is 207 - color contains mainly: red. Hex color #CFC97E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFC97E is #303681. Grayscale: #C2C2C2. Windows color (decimal): -3159682 or 8309199. OLE color: 8309199.

HSL color Cylindrical-coordinate representation of color #CFC97E: hue angle of 55.56º degrees, saturation: 0.46, 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 #CFC97E is Cyan = 0, Magento = 0.03, Yellow = 0.39 and Black (K on CMYK) = 0.19.

Color convert

RGB207201126-
CMYK00.030.390.19
HSL55.56º45.76%65.29%-
HSV(B)55.56º39.13%81.18%-
XYZ50.3856.5528-
YUV194.2489.49137.1-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 38.76%
GREEN value IS 201 (78.91% from 255) = 37.64%
BLUE value IS 126 (49.61% from 255) = 23.60%
R=38.76%
G=37.64%
B=23.60%

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
Decimal20720112600.030.390.1955.5645.7665.29
HexCFC97E032713382e41
Octal3173111760347237056101
Binary11001111110010011111110011100111100111110001011101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFC97E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFC97E; }

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

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

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

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

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

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

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

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