#CFC377

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

Shades of Winter Hazel #CFC377

Tints of Winter Hazel #CFC377

Color information

#CFC377 (or 0xCFC377) is unknown color: approx Winter Hazel. HEX triplet: CF, C3 and 77. RGB value is (207,195,119). Sum of RGB (Red+Green+Blue) = 207+195+119=521 (69% of max value = 765). Red value is 207 (81.25% from 255 or 39.73% from 521); Green value is 195 (76.56% from 255 or 37.43% from 521); Blue value is 119 (46.88% from 255 or 22.84% from 521); Max value from RGB is 207 - color contains mainly: red. Hex color #CFC377 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFC377 is #303C88. Grayscale: #BEBEBE. Windows color (decimal): -3161225 or 7848911. OLE color: 7848911.

HSL color Cylindrical-coordinate representation of color #CFC377: hue angle of 51.82º degrees, saturation: 0.48, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #CFC377 is Cyan = 0, Magento = 0.06, Yellow = 0.43 and Black (K on CMYK) = 0.19.

Color convert

RGB207195119-
CMYK00.060.430.19
HSL51.82º47.83%63.92%-
HSV(B)51.82º42.51%81.18%-
XYZ48.5853.6325.24-
YUV189.9287.98140.18-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 39.73%
GREEN value IS 195 (76.56% from 255) = 37.43%
BLUE value IS 119 (46.88% from 255) = 22.84%
R=39.73%
G=37.43%
B=22.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.43
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20719511900.060.430.1951.8247.8363.92
HexCFC377062B13343040
Octal3173031670653236460100
Binary110011111100001111101110110101011100111101001100001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFC377

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFC377; }

 p { color: rgb(207,195,119); }

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

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

 a { background-color: rgb(207,195,119); }

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

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

 span { border-color: rgb(207,195,119); }

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