#CEC274

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

Shades of Winter Hazel #CEC274

Tints of Winter Hazel #CEC274

Color information

#CEC274 (or 0xCEC274) is unknown color: approx Winter Hazel. HEX triplet: CE, C2 and 74. RGB value is (206,194,116). Sum of RGB (Red+Green+Blue) = 206+194+116=516 (68% of max value = 765). Red value is 206 (80.86% from 255 or 39.92% from 516); Green value is 194 (76.17% from 255 or 37.60% from 516); Blue value is 116 (45.70% from 255 or 22.48% from 516); Max value from RGB is 206 - color contains mainly: red. Hex color #CEC274 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CEC274 is #313D8B. Grayscale: #BDBDBD. Windows color (decimal): -3227020 or 7652046. OLE color: 7652046.

HSL color Cylindrical-coordinate representation of color #CEC274: hue angle of 52º degrees, saturation: 0.48, 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 #CEC274 is Cyan = 0, Magento = 0.06, Yellow = 0.44 and Black (K on CMYK) = 0.19.

Color convert

RGB206194116-
CMYK00.060.440.19
HSL52º47.87%63.14%-
HSV(B)52º43.69%80.78%-
XYZ47.952.9724.22-
YUV188.786.98140.34-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 39.92%
GREEN value IS 194 (76.17% from 255) = 37.60%
BLUE value IS 116 (45.70% from 255) = 22.48%
R=39.92%
G=37.60%
B=22.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.44
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20619411600.060.440.195247.8763.14
HexCEC274062C1334303f
Octal316302164065423646077
Binary11001110110000101110100011010110010011110100110000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEC274

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEC274; }

 p { color: rgb(206,194,116); }

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

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

 a { background-color: rgb(206,194,116); }

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

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

 span { border-color: rgb(206,194,116); }

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