Html Css Color HEX #CEC98A Winter Hazel

📋 copy color: '#CEC98A'

red 206 ◦ green 201 ◦ blue 138

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

Shades of Winter Hazel #CEC98A

Tints of Winter Hazel #CEC98A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 25.32%

R = 37.8%
G = 36.88%
B = 25.32%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.33

 K value IS 0.19

RGB Variations

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

Color information

#CEC98A (or 0xCEC98A) is known color: Winter Hazel. HEX triplet: CE, C9 and 8A. RGB value is (206,201,138). Sum of RGB (Red+Green+Blue) = 206+201+138=545 (72% of max value = 765). Red value is 206 (80.86% from 255 or 37.80% from 545); Green value is 201 (78.91% from 255 or 36.88% from 545); Blue value is 138 (54.30% from 255 or 25.32% from 545); Max value from RGB is 206 - color contains mainly: red. Hex color #CEC98A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CEC98A is #313675. Grayscale: #C3C3C3. Windows color (decimal): -3225206 or 9095630. OLE color: 9095630.

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

Color convert

RGB 206 201 138 -
CMYK 0 0.02 0.33 0.19
HSL 55.59º 0.41% 0.67% -
HSV(B) 55.59º 0.33% 0.81% -
XYZ 50.93 56.73 32.31 -
YUV 195.31 95.66 135.62 -
System Red Green Blue C M Y K H S L
Decimal 206 201 138 0 0.02 0.33 0.19 55.59 0.41 0.67
Hex CE C9 8A 0 2 21 13 38 29 43
Octal 316 311 212 0 2 41 23 70 51 103
Binary 11001110 11001001 10001010 0 10 100001 10011 111000 101001 1000011

Color Harmonies of #CEC98A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEC98A

Black with #CEC98A

Text Example


Text Example

White with #CEC98A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEC98A; }

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

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

background-color css

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

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

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

border-color css

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

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

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