Html Css Color HEX #CEC086 Winter Hazel

📋 copy color: '#CEC086'

red 206 ◦ green 192 ◦ blue 134

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

Shades of Winter Hazel #CEC086

Tints of Winter Hazel #CEC086

RGB

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

 GREEN value IS 192 (75.39% from 255) = 36.09%

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

R = 38.72%
G = 36.09%
B = 25.19%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.35

 K value IS 0.19

RGB Variations

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

Color information

#CEC086 (or 0xCEC086) is known color: Winter Hazel. HEX triplet: CE, C0 and 86. RGB value is (206,192,134). Sum of RGB (Red+Green+Blue) = 206+192+134=532 (70% of max value = 765). Red value is 206 (80.86% from 255 or 38.72% from 532); Green value is 192 (75.39% from 255 or 36.09% from 532); Blue value is 134 (52.73% from 255 or 25.19% from 532); Max value from RGB is 206 - color contains mainly: red. Hex color #CEC086 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CEC086 is #313F79. Grayscale: #BDBDBD. Windows color (decimal): -3227514 or 8831182. OLE color: 8831182.

HSL color Cylindrical-coordinate representation of color #CEC086: hue angle of 48.33º 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 #CEC086 is Cyan = 0, Magento = 0.07, Yellow = 0.35 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 192 134 -
CMYK 0 0.07 0.35 0.19
HSL 48.33º 0.42% 0.67% -
HSV(B) 48.33º 0.35% 0.81% -
XYZ 48.61 52.54 30.13 -
YUV 189.57 96.64 139.72 -
System Red Green Blue C M Y K H S L
Decimal 206 192 134 0 0.07 0.35 0.19 48.33 0.42 0.67
Hex CE C0 86 0 7 23 13 30 2A 43
Octal 316 300 206 0 7 43 23 60 52 103
Binary 11001110 11000000 10000110 0 111 100011 10011 110000 101010 1000011

Color Harmonies of #CEC086

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEC086

Black with #CEC086

Text Example


Text Example

White with #CEC086

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEC086; }

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

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

background-color css

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

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

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

border-color css

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

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

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