#CFC484

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

Shades of Winter Hazel #CFC484

Tints of Winter Hazel #CFC484

Color information

#CFC484 (or 0xCFC484) is unknown color: approx Winter Hazel. HEX triplet: CF, C4 and 84. RGB value is (207,196,132). Sum of RGB (Red+Green+Blue) = 207+196+132=535 (70% of max value = 765). Red value is 207 (81.25% from 255 or 38.69% from 535); Green value is 196 (76.95% from 255 or 36.64% from 535); Blue value is 132 (51.95% from 255 or 24.67% from 535); Max value from RGB is 207 - color contains mainly: red. Hex color #CFC484 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CFC484 is #303B7B. Grayscale: #C0C0C0. Windows color (decimal): -3160956 or 8701135. OLE color: 8701135.

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

Color convert

RGB207196132-
CMYK00.050.360.19
HSL51.2º43.86%66.47%-
HSV(B)51.2º36.23%81.18%-
XYZ49.6454.4129.72-
YUV191.9994.14138.7-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 38.69%
GREEN value IS 196 (76.95% from 255) = 36.64%
BLUE value IS 132 (51.95% from 255) = 24.67%
R=38.69%
G=36.64%
B=24.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.36
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20719613200.050.360.1951.243.8666.47
HexCFC484052413332c42
Octal3173042040544236354102
Binary1100111111000100100001000101100100100111100111011001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFC484

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFC484; }

 p { color: rgb(207,196,132); }

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

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

 a { background-color: rgb(207,196,132); }

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

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

 span { border-color: rgb(207,196,132); }

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