Html Css Color HEX #CEBE72 Winter Hazel

📋 copy color: '#CEBE72'

red 206 ◦ green 190 ◦ blue 114

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

Shades of Winter Hazel #CEBE72

Tints of Winter Hazel #CEBE72

RGB

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

 GREEN value IS 190 (74.61% from 255) = 37.25%

 BLUE value IS 114 (44.92% from 255) = 22.35%

R = 40.39%
G = 37.25%
B = 22.35%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.45

 K value IS 0.19

RGB Variations

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

Color information

#CEBE72 (or 0xCEBE72) is known color: Winter Hazel. HEX triplet: CE, BE and 72. RGB value is (206,190,114). Sum of RGB (Red+Green+Blue) = 206+190+114=510 (67% of max value = 765). Red value is 206 (80.86% from 255 or 40.39% from 510); Green value is 190 (74.61% from 255 or 37.25% from 510); Blue value is 114 (44.92% from 255 or 22.35% from 510); Max value from RGB is 206 - color contains mainly: red. Hex color #CEBE72 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CEBE72 is #31418D. Grayscale: #BABABA. Windows color (decimal): -3228046 or 7519950. OLE color: 7519950.

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

Color convert

RGB 206 190 114 -
CMYK 0 0.08 0.45 0.19
HSL 49.57º 0.48% 0.63% -
HSV(B) 49.57º 0.45% 0.81% -
XYZ 46.9 51.16 23.32 -
YUV 186.12 87.3 142.18 -
System Red Green Blue C M Y K H S L
Decimal 206 190 114 0 0.08 0.45 0.19 49.57 0.48 0.63
Hex CE BE 72 0 8 2D 13 32 30 3F
Octal 316 276 162 0 10 55 23 62 60 77
Binary 11001110 10111110 1110010 0 1000 101101 10011 110010 110000 111111

Color Harmonies of #CEBE72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEBE72

Black with #CEBE72

Text Example


Text Example

White with #CEBE72

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEBE72; }

 p { color: rgb(206,190,114); }

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

background-color css

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

 a { background-color: rgb(206,190,114); }

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

border-color css

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

 span { border-color: rgb(206,190,114); }

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