#CFC77F

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

Shades of Winter Hazel #CFC77F

Tints of Winter Hazel #CFC77F

Color information

#CFC77F (or 0xCFC77F) is unknown color: approx Winter Hazel. HEX triplet: CF, C7 and 7F. RGB value is (207,199,127). Sum of RGB (Red+Green+Blue) = 207+199+127=533 (70% of max value = 765). Red value is 207 (81.25% from 255 or 38.84% from 533); Green value is 199 (78.12% from 255 or 37.34% from 533); Blue value is 127 (50% from 255 or 23.83% from 533); Max value from RGB is 207 - color contains mainly: red. Hex color #CFC77F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFC77F is #303880. Grayscale: #C1C1C1. Windows color (decimal): -3160193 or 8374223. OLE color: 8374223.

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

Color convert

RGB207199127-
CMYK00.040.390.19
HSL54º45.45%65.49%-
HSV(B)54º38.65%81.18%-
XYZ49.9955.6428.18-
YUV193.1890.65137.85-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 38.84%
GREEN value IS 199 (78.12% from 255) = 37.34%
BLUE value IS 127 (50% from 255) = 23.83%
R=38.84%
G=37.34%
B=23.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.39
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20719912700.040.390.195445.4565.49
HexCFC77F042713362d41
Octal3173071770447236655101
Binary110011111100011111111110100100111100111101101011011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFC77F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFC77F; }

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

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

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

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

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

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

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

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