Html Css Color HEX #CEC085 Winter Hazel

📋 copy color: '#CEC085'

red 206 ◦ green 192 ◦ blue 133

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

Shades of Winter Hazel #CEC085

Tints of Winter Hazel #CEC085

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 25.05%

R = 38.79%
G = 36.16%
B = 25.05%

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

#CEC085 (or 0xCEC085) is known color: Winter Hazel. HEX triplet: CE, C0 and 85. RGB value is (206,192,133). Sum of RGB (Red+Green+Blue) = 206+192+133=531 (70% of max value = 765). Red value is 206 (80.86% from 255 or 38.79% from 531); Green value is 192 (75.39% from 255 or 36.16% from 531); Blue value is 133 (52.34% from 255 or 25.05% from 531); Max value from RGB is 206 - color contains mainly: red. Hex color #CEC085 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CEC085 is #313F7A. Grayscale: #BDBDBD. Windows color (decimal): -3227515 or 8765646. OLE color: 8765646.

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

Color convert

RGB 206 192 133 -
CMYK 0 0.07 0.35 0.19
HSL 48.49º 0.43% 0.66% -
HSV(B) 48.49º 0.35% 0.81% -
XYZ 48.54 52.51 29.77 -
YUV 189.46 96.14 139.8 -
System Red Green Blue C M Y K H S L
Decimal 206 192 133 0 0.07 0.35 0.19 48.49 0.43 0.66
Hex CE C0 85 0 7 23 13 30 2B 42
Octal 316 300 205 0 7 43 23 60 53 102
Binary 11001110 11000000 10000101 0 111 100011 10011 110000 101011 1000010

Color Harmonies of #CEC085

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEC085

Black with #CEC085

Text Example


Text Example

White with #CEC085

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEC085; }

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

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

background-color css

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

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

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

border-color css

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

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

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