Html Css Color HEX #CEC378 Winter Hazel

📋 copy color: '#CEC378'

red 206 ◦ green 195 ◦ blue 120

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

Shades of Winter Hazel #CEC378

Tints of Winter Hazel #CEC378

RGB

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

 GREEN value IS 195 (76.56% from 255) = 37.43%

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

R = 39.54%
G = 37.43%
B = 23.03%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.42

 K value IS 0.19

RGB Variations

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

Color information

#CEC378 (or 0xCEC378) is known color: Winter Hazel. HEX triplet: CE, C3 and 78. RGB value is (206,195,120). Sum of RGB (Red+Green+Blue) = 206+195+120=521 (69% of max value = 765). Red value is 206 (80.86% from 255 or 39.54% from 521); Green value is 195 (76.56% from 255 or 37.43% from 521); Blue value is 120 (47.27% from 255 or 23.03% from 521); Max value from RGB is 206 - color contains mainly: red. Hex color #CEC378 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CEC378 is #313C87. Grayscale: #BEBEBE. Windows color (decimal): -3226760 or 7914446. OLE color: 7914446.

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

Color convert

RGB 206 195 120 -
CMYK 0 0.05 0.42 0.19
HSL 52.33º 0.47% 0.64% -
HSV(B) 52.33º 0.42% 0.81% -
XYZ 48.36 53.51 25.55 -
YUV 189.74 88.64 139.6 -
System Red Green Blue C M Y K H S L
Decimal 206 195 120 0 0.05 0.42 0.19 52.33 0.47 0.64
Hex CE C3 78 0 5 2A 13 34 2F 40
Octal 316 303 170 0 5 52 23 64 57 100
Binary 11001110 11000011 1111000 0 101 101010 10011 110100 101111 1000000

Color Harmonies of #CEC378

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEC378

Black with #CEC378

Text Example


Text Example

White with #CEC378

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEC378; }

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

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

background-color css

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

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

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

border-color css

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

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

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