Html Css Color HEX #CEC570 Winter Hazel

📋 copy color: '#CEC570'

red 206 ◦ green 197 ◦ blue 112

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

Shades of Winter Hazel #CEC570

Tints of Winter Hazel #CEC570

RGB

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

 GREEN value IS 197 (77.34% from 255) = 38.25%

 BLUE value IS 112 (44.14% from 255) = 21.75%

R = 40%
G = 38.25%
B = 21.75%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.46

 K value IS 0.19

RGB Variations

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

Color information

#CEC570 (or 0xCEC570) is known color: Winter Hazel. HEX triplet: CE, C5 and 70. RGB value is (206,197,112). Sum of RGB (Red+Green+Blue) = 206+197+112=515 (68% of max value = 765). Red value is 206 (80.86% from 255 or 40% from 515); Green value is 197 (77.34% from 255 or 38.25% from 515); Blue value is 112 (44.14% from 255 or 21.75% from 515); Max value from RGB is 206 - color contains mainly: red. Hex color #CEC570 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CEC570 is #313A8F. Grayscale: #BEBEBE. Windows color (decimal): -3226256 or 7390670. OLE color: 7390670.

HSL color Cylindrical-coordinate representation of color #CEC570: hue angle of 54.26º degrees, saturation: 0.49, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #CEC570 is Cyan = 0, Magento = 0.04, Yellow = 0.46 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 197 112 -
CMYK 0 0.04 0.46 0.19
HSL 54.26º 0.49% 0.62% -
HSV(B) 54.26º 0.46% 0.81% -
XYZ 48.34 54.22 23.25 -
YUV 190 83.98 139.41 -
System Red Green Blue C M Y K H S L
Decimal 206 197 112 0 0.04 0.46 0.19 54.26 0.49 0.62
Hex CE C5 70 0 4 2E 13 36 31 3E
Octal 316 305 160 0 4 56 23 66 61 76
Binary 11001110 11000101 1110000 0 100 101110 10011 110110 110001 111110

Color Harmonies of #CEC570

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEC570

Black with #CEC570

Text Example


Text Example

White with #CEC570

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEC570; }

 p { color: rgb(206,197,112); }

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

background-color css

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

 a { background-color: rgb(206,197,112); }

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

border-color css

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

 span { border-color: rgb(206,197,112); }

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