Html Css Color HEX #CEC078 Winter Hazel

📋 copy color: '#CEC078'

red 206 ◦ green 192 ◦ blue 120

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

Shades of Winter Hazel #CEC078

Tints of Winter Hazel #CEC078

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 23.17%

R = 39.77%
G = 37.07%
B = 23.17%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.42

 K value IS 0.19

RGB Variations

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

Color information

#CEC078 (or 0xCEC078) is known color: Winter Hazel. HEX triplet: CE, C0 and 78. RGB value is (206,192,120). Sum of RGB (Red+Green+Blue) = 206+192+120=518 (68% of max value = 765). Red value is 206 (80.86% from 255 or 39.77% from 518); Green value is 192 (75.39% from 255 or 37.07% from 518); Blue value is 120 (47.27% from 255 or 23.17% from 518); Max value from RGB is 206 - color contains mainly: red. Hex color #CEC078 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CEC078 is #313F87. Grayscale: #BCBCBC. Windows color (decimal): -3227528 or 7913678. OLE color: 7913678.

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

Color convert

RGB 206 192 120 -
CMYK 0 0.07 0.42 0.19
HSL 50.23º 0.47% 0.64% -
HSV(B) 50.23º 0.42% 0.81% -
XYZ 47.69 52.18 25.33 -
YUV 187.98 89.64 140.85 -
System Red Green Blue C M Y K H S L
Decimal 206 192 120 0 0.07 0.42 0.19 50.23 0.47 0.64
Hex CE C0 78 0 7 2A 13 32 2F 40
Octal 316 300 170 0 7 52 23 62 57 100
Binary 11001110 11000000 1111000 0 111 101010 10011 110010 101111 1000000

Color Harmonies of #CEC078

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEC078

Black with #CEC078

Text Example


Text Example

White with #CEC078

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEC078; }

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

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

background-color css

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

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

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

border-color css

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

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

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