Html Css Color HEX #CEC98C Winter Hazel

📋 copy color: '#CEC98C'

red 206 ◦ green 201 ◦ blue 140

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

Shades of Winter Hazel #CEC98C

Tints of Winter Hazel #CEC98C

RGB

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

 GREEN value IS 201 (78.91% from 255) = 36.75%

 BLUE value IS 140 (55.08% from 255) = 25.59%

R = 37.66%
G = 36.75%
B = 25.59%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.32

 K value IS 0.19

RGB Variations

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

Color information

#CEC98C (or 0xCEC98C) is known color: Winter Hazel. HEX triplet: CE, C9 and 8C. RGB value is (206,201,140). Sum of RGB (Red+Green+Blue) = 206+201+140=547 (72% of max value = 765). Red value is 206 (80.86% from 255 or 37.66% from 547); Green value is 201 (78.91% from 255 or 36.75% from 547); Blue value is 140 (55.08% from 255 or 25.59% from 547); Max value from RGB is 206 - color contains mainly: red. Hex color #CEC98C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CEC98C is #313673. Grayscale: #C3C3C3. Windows color (decimal): -3225204 or 9226702. OLE color: 9226702.

HSL color Cylindrical-coordinate representation of color #CEC98C: hue angle of 55.45º degrees, saturation: 0.4, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #CEC98C is Cyan = 0, Magento = 0.02, Yellow = 0.32 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 201 140 -
CMYK 0 0.02 0.32 0.19
HSL 55.45º 0.4% 0.68% -
HSV(B) 55.45º 0.32% 0.81% -
XYZ 51.07 56.79 33.08 -
YUV 195.54 96.66 135.46 -
System Red Green Blue C M Y K H S L
Decimal 206 201 140 0 0.02 0.32 0.19 55.45 0.4 0.68
Hex CE C9 8C 0 2 20 13 37 28 44
Octal 316 311 214 0 2 40 23 67 50 104
Binary 11001110 11001001 10001100 0 10 100000 10011 110111 101000 1000100

Color Harmonies of #CEC98C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEC98C

Black with #CEC98C

Text Example


Text Example

White with #CEC98C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEC98C; }

 p { color: rgb(206,201,140); }

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

background-color css

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

 a { background-color: rgb(206,201,140); }

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

border-color css

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

 span { border-color: rgb(206,201,140); }

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