Html Css Color HEX #CEC284 Winter Hazel

📋 copy color: '#CEC284'

red 206 ◦ green 194 ◦ blue 132

#CEC284
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Winter Hazel #CEC284

Tints of Winter Hazel #CEC284

RGB

 RED value IS 206 (80.86% from 255) = 38.72%

 GREEN value IS 194 (76.17% from 255) = 36.47%

 BLUE value IS 132 (51.95% from 255) = 24.81%

R = 38.72%
G = 36.47%
B = 24.81%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.36

 K value IS 0.19

RGB Variations

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

Color information

#CEC284 (or 0xCEC284) is known color: Winter Hazel. HEX triplet: CE, C2 and 84. RGB value is (206,194,132). Sum of RGB (Red+Green+Blue) = 206+194+132=532 (70% of max value = 765). Red value is 206 (80.86% from 255 or 38.72% from 532); Green value is 194 (76.17% from 255 or 36.47% from 532); Blue value is 132 (51.95% from 255 or 24.81% from 532); Max value from RGB is 206 - color contains mainly: red. Hex color #CEC284 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CEC284 is #313D7B. Grayscale: #BEBEBE. Windows color (decimal): -3227004 or 8700622. OLE color: 8700622.

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

Color convert

RGB 206 194 132 -
CMYK 0 0.06 0.36 0.19
HSL 50.27º 0.43% 0.66% -
HSV(B) 50.27º 0.36% 0.81% -
XYZ 48.91 53.37 29.55 -
YUV 190.52 94.98 139.04 -
System Red Green Blue C M Y K H S L
Decimal 206 194 132 0 0.06 0.36 0.19 50.27 0.43 0.66
Hex CE C2 84 0 6 24 13 32 2B 42
Octal 316 302 204 0 6 44 23 62 53 102
Binary 11001110 11000010 10000100 0 110 100100 10011 110010 101011 1000010

Color Harmonies of #CEC284

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEC284

Black with #CEC284

Text Example


Text Example

White with #CEC284

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEC284; }

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

 H1.HeaderClassName
 {
   color: #CEC284;
 }
 .AnyTagClassName
 {
   color: #CEC284;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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