#CFC491

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

Shades of Winter Hazel #CFC491

Tints of Winter Hazel #CFC491

Color information

#CFC491 (or 0xCFC491) is unknown color: approx Winter Hazel. HEX triplet: CF, C4 and 91. RGB value is (207,196,145). Sum of RGB (Red+Green+Blue) = 207+196+145=548 (72% of max value = 765). Red value is 207 (81.25% from 255 or 37.77% from 548); Green value is 196 (76.95% from 255 or 35.77% from 548); Blue value is 145 (57.03% from 255 or 26.46% from 548); Max value from RGB is 207 - color contains mainly: red. Hex color #CFC491 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CFC491 is #303B6E. Grayscale: #C1C1C1. Windows color (decimal): -3160943 or 9553103. OLE color: 9553103.

HSL color Cylindrical-coordinate representation of color #CFC491: hue angle of 49.35º degrees, saturation: 0.39, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #CFC491 is Cyan = 0, Magento = 0.05, Yellow = 0.30 and Black (K on CMYK) = 0.19.

Color convert

RGB207196145-
CMYK00.050.300.19
HSL49.35º39.24%69.02%-
HSV(B)49.35º29.95%81.18%-
XYZ50.5854.7934.7-
YUV193.48100.64137.65-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 37.77%
GREEN value IS 196 (76.95% from 255) = 35.77%
BLUE value IS 145 (57.03% from 255) = 26.46%
R=37.77%
G=35.77%
B=26.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.30
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20719614500.050.300.1949.3539.2469.02
HexCFC491051E13312745
Octal3173042210536236147105
Binary110011111100010010010001010111110100111100011001111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFC491

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFC491; }

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

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

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

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

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

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

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

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