Html Css Color HEX #CEC285 Winter Hazel

📋 copy color: '#CEC285'

red 206 ◦ green 194 ◦ blue 133

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

Shades of Winter Hazel #CEC285

Tints of Winter Hazel #CEC285

RGB

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

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

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

R = 38.65%
G = 36.4%
B = 24.95%

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

#CEC285 (or 0xCEC285) is known color: Winter Hazel. HEX triplet: CE, C2 and 85. RGB value is (206,194,133). Sum of RGB (Red+Green+Blue) = 206+194+133=533 (70% of max value = 765). Red value is 206 (80.86% from 255 or 38.65% from 533); Green value is 194 (76.17% from 255 or 36.40% from 533); Blue value is 133 (52.34% from 255 or 24.95% from 533); Max value from RGB is 206 - color contains mainly: red. Hex color #CEC285 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CEC285 is #313D7A. Grayscale: #BEBEBE. Windows color (decimal): -3227003 or 8766158. OLE color: 8766158.

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

Color convert

RGB 206 194 133 -
CMYK 0 0.06 0.35 0.19
HSL 50.14º 0.43% 0.66% -
HSV(B) 50.14º 0.35% 0.81% -
XYZ 48.98 53.4 29.92 -
YUV 190.63 95.48 138.96 -
System Red Green Blue C M Y K H S L
Decimal 206 194 133 0 0.06 0.35 0.19 50.14 0.43 0.66
Hex CE C2 85 0 6 23 13 32 2B 42
Octal 316 302 205 0 6 43 23 62 53 102
Binary 11001110 11000010 10000101 0 110 100011 10011 110010 101011 1000010

Color Harmonies of #CEC285

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEC285

Black with #CEC285

Text Example


Text Example

White with #CEC285

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEC285; }

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

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

background-color css

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

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

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

border-color css

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

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

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