Html Css Color HEX #CEC186 Winter Hazel

📋 copy color: '#CEC186'

red 206 ◦ green 193 ◦ blue 134

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

Shades of Winter Hazel #CEC186

Tints of Winter Hazel #CEC186

RGB

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

 GREEN value IS 193 (75.78% from 255) = 36.21%

 BLUE value IS 134 (52.73% from 255) = 25.14%

R = 38.65%
G = 36.21%
B = 25.14%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.35

 K value IS 0.19

RGB Variations

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

Color information

#CEC186 (or 0xCEC186) is known color: Winter Hazel. HEX triplet: CE, C1 and 86. RGB value is (206,193,134). Sum of RGB (Red+Green+Blue) = 206+193+134=533 (70% of max value = 765). Red value is 206 (80.86% from 255 or 38.65% from 533); Green value is 193 (75.78% from 255 or 36.21% from 533); Blue value is 134 (52.73% from 255 or 25.14% from 533); Max value from RGB is 206 - color contains mainly: red. Hex color #CEC186 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CEC186 is #313E79. Grayscale: #BEBEBE. Windows color (decimal): -3227258 or 8831438. OLE color: 8831438.

HSL color Cylindrical-coordinate representation of color #CEC186: hue angle of 49.17º degrees, saturation: 0.42, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #CEC186 is Cyan = 0, Magento = 0.06, Yellow = 0.35 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 193 134 -
CMYK 0 0.06 0.35 0.19
HSL 49.17º 0.42% 0.67% -
HSV(B) 49.17º 0.35% 0.81% -
XYZ 48.83 52.98 30.21 -
YUV 190.16 96.31 139.3 -
System Red Green Blue C M Y K H S L
Decimal 206 193 134 0 0.06 0.35 0.19 49.17 0.42 0.67
Hex CE C1 86 0 6 23 13 31 2A 43
Octal 316 301 206 0 6 43 23 61 52 103
Binary 11001110 11000001 10000110 0 110 100011 10011 110001 101010 1000011

Color Harmonies of #CEC186

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEC186

Black with #CEC186

Text Example


Text Example

White with #CEC186

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEC186; }

 p { color: rgb(206,193,134); }

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

background-color css

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

 a { background-color: rgb(206,193,134); }

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

border-color css

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

 span { border-color: rgb(206,193,134); }

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