#CFC775

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

Shades of Winter Hazel #CFC775

Tints of Winter Hazel #CFC775

Color information

#CFC775 (or 0xCFC775) is unknown color: approx Winter Hazel. HEX triplet: CF, C7 and 75. RGB value is (207,199,117). Sum of RGB (Red+Green+Blue) = 207+199+117=523 (69% of max value = 765). Red value is 207 (81.25% from 255 or 39.58% from 523); Green value is 199 (78.12% from 255 or 38.05% from 523); Blue value is 117 (46.09% from 255 or 22.37% from 523); Max value from RGB is 207 - color contains mainly: red. Hex color #CFC775 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFC775 is #30388A. Grayscale: #C0C0C0. Windows color (decimal): -3160203 or 7718863. OLE color: 7718863.

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

Color convert

RGB207199117-
CMYK00.040.430.19
HSL54.67º48.39%63.53%-
HSV(B)54.67º43.48%81.18%-
XYZ49.3755.424.92-
YUV192.0485.65138.67-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 39.58%
GREEN value IS 199 (78.12% from 255) = 38.05%
BLUE value IS 117 (46.09% from 255) = 22.37%
R=39.58%
G=38.05%
B=22.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.43
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20719911700.040.430.1954.6748.3963.53
HexCFC775042B13373040
Octal3173071650453236760100
Binary110011111100011111101010100101011100111101111100001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFC775

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFC775; }

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

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

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

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

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

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

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

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