#CFC482

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

Shades of Winter Hazel #CFC482

Tints of Winter Hazel #CFC482

Color information

#CFC482 (or 0xCFC482) is unknown color: approx Winter Hazel. HEX triplet: CF, C4 and 82. RGB value is (207,196,130). Sum of RGB (Red+Green+Blue) = 207+196+130=533 (70% of max value = 765). Red value is 207 (81.25% from 255 or 38.84% from 533); Green value is 196 (76.95% from 255 or 36.77% from 533); Blue value is 130 (51.17% from 255 or 24.39% from 533); Max value from RGB is 207 - color contains mainly: red. Hex color #CFC482 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CFC482 is #303B7D. Grayscale: #C0C0C0. Windows color (decimal): -3160958 or 8570063. OLE color: 8570063.

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

Color convert

RGB207196130-
CMYK00.050.370.19
HSL51.43º44.51%66.08%-
HSV(B)51.43º37.2%81.18%-
XYZ49.554.3629-
YUV191.7693.14138.87-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 38.84%
GREEN value IS 196 (76.95% from 255) = 36.77%
BLUE value IS 130 (51.17% from 255) = 24.39%
R=38.84%
G=36.77%
B=24.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.37
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20719613000.050.370.1951.4344.5166.08
HexCFC482052513332d42
Octal3173042020545236355102
Binary1100111111000100100000100101100101100111100111011011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFC482

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFC482; }

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

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

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

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

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

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

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

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