Html Css Color HEX #CEC374 Winter Hazel

📋 copy color: '#CEC374'

red 206 ◦ green 195 ◦ blue 116

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

Shades of Winter Hazel #CEC374

Tints of Winter Hazel #CEC374

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 22.44%

R = 39.85%
G = 37.72%
B = 22.44%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.44

 K value IS 0.19

RGB Variations

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

Color information

#CEC374 (or 0xCEC374) is known color: Winter Hazel. HEX triplet: CE, C3 and 74. RGB value is (206,195,116). Sum of RGB (Red+Green+Blue) = 206+195+116=517 (68% of max value = 765). Red value is 206 (80.86% from 255 or 39.85% from 517); Green value is 195 (76.56% from 255 or 37.72% from 517); Blue value is 116 (45.70% from 255 or 22.44% from 517); Max value from RGB is 206 - color contains mainly: red. Hex color #CEC374 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CEC374 is #313C8B. Grayscale: #BDBDBD. Windows color (decimal): -3226764 or 7652302. OLE color: 7652302.

HSL color Cylindrical-coordinate representation of color #CEC374: hue angle of 52.67º degrees, saturation: 0.48, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #CEC374 is Cyan = 0, Magento = 0.05, Yellow = 0.44 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 195 116 -
CMYK 0 0.05 0.44 0.19
HSL 52.67º 0.48% 0.63% -
HSV(B) 52.67º 0.44% 0.81% -
XYZ 48.12 53.41 24.3 -
YUV 189.28 86.64 139.92 -
System Red Green Blue C M Y K H S L
Decimal 206 195 116 0 0.05 0.44 0.19 52.67 0.48 0.63
Hex CE C3 74 0 5 2C 13 35 30 3F
Octal 316 303 164 0 5 54 23 65 60 77
Binary 11001110 11000011 1110100 0 101 101100 10011 110101 110000 111111

Color Harmonies of #CEC374

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEC374

Black with #CEC374

Text Example


Text Example

White with #CEC374

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEC374; }

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

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

background-color css

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

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

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

border-color css

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

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

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