#CFC17F

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

Shades of Winter Hazel #CFC17F

Tints of Winter Hazel #CFC17F

Color information

#CFC17F (or 0xCFC17F) is unknown color: approx Winter Hazel. HEX triplet: CF, C1 and 7F. RGB value is (207,193,127). Sum of RGB (Red+Green+Blue) = 207+193+127=527 (69% of max value = 765). Red value is 207 (81.25% from 255 or 39.28% from 527); Green value is 193 (75.78% from 255 or 36.62% from 527); Blue value is 127 (50% from 255 or 24.10% from 527); Max value from RGB is 207 - color contains mainly: red. Hex color #CFC17F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFC17F is #303E80. Grayscale: #BDBDBD. Windows color (decimal): -3161729 or 8372687. OLE color: 8372687.

HSL color Cylindrical-coordinate representation of color #CFC17F: hue angle of 49.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 #CFC17F is Cyan = 0, Magento = 0.07, Yellow = 0.39 and Black (K on CMYK) = 0.19.

Color convert

RGB207193127-
CMYK00.070.390.19
HSL49.5º45.45%65.49%-
HSV(B)49.5º38.65%81.18%-
XYZ48.6352.9427.73-
YUV189.6692.64140.37-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 39.28%
GREEN value IS 193 (75.78% from 255) = 36.62%
BLUE value IS 127 (50% from 255) = 24.10%
R=39.28%
G=36.62%
B=24.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.39
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20719312700.070.390.1949.545.4565.49
HexCFC17F072713322d41
Octal3173011770747236255101
Binary110011111100000111111110111100111100111100101011011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFC17F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFC17F; }

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

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

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

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

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

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

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

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