#CFC673

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

Shades of Winter Hazel #CFC673

Tints of Winter Hazel #CFC673

Color information

#CFC673 (or 0xCFC673) is unknown color: approx Winter Hazel. HEX triplet: CF, C6 and 73. RGB value is (207,198,115). Sum of RGB (Red+Green+Blue) = 207+198+115=520 (68% of max value = 765). Red value is 207 (81.25% from 255 or 39.81% from 520); Green value is 198 (77.73% from 255 or 38.08% from 520); Blue value is 115 (45.31% from 255 or 22.12% from 520); Max value from RGB is 207 - color contains mainly: red. Hex color #CFC673 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFC673 is #30398C. Grayscale: #BFBFBF. Windows color (decimal): -3160461 or 7587535. OLE color: 7587535.

HSL color Cylindrical-coordinate representation of color #CFC673: hue angle of 54.13º degrees, saturation: 0.49, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #CFC673 is Cyan = 0, Magento = 0.04, Yellow = 0.44 and Black (K on CMYK) = 0.19.

Color convert

RGB207198115-
CMYK00.040.440.19
HSL54.13º48.94%63.14%-
HSV(B)54.13º44.44%81.18%-
XYZ49.0254.8924.23-
YUV191.2384.98139.25-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 39.81%
GREEN value IS 198 (77.73% from 255) = 38.08%
BLUE value IS 115 (45.31% from 255) = 22.12%
R=39.81%
G=38.08%
B=22.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.44
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20719811500.040.440.1954.1348.9463.14
HexCFC673042C1336313f
Octal317306163045423666177
Binary11001111110001101110011010010110010011110110110001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFC673

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFC673; }

 p { color: rgb(207,198,115); }

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

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

 a { background-color: rgb(207,198,115); }

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

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

 span { border-color: rgb(207,198,115); }

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