Html Css Color HEX #CEBF8E Winter Hazel

📋 copy color: '#CEBF8E'

red 206 ◦ green 191 ◦ blue 142

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

Shades of Winter Hazel #CEBF8E

Tints of Winter Hazel #CEBF8E

RGB

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

 GREEN value IS 191 (75% from 255) = 35.44%

 BLUE value IS 142 (55.86% from 255) = 26.35%

R = 38.22%
G = 35.44%
B = 26.35%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.31

 K value IS 0.19

RGB Variations

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

Color information

#CEBF8E (or 0xCEBF8E) is known color: Winter Hazel. HEX triplet: CE, BF and 8E. RGB value is (206,191,142). Sum of RGB (Red+Green+Blue) = 206+191+142=539 (71% of max value = 765). Red value is 206 (80.86% from 255 or 38.22% from 539); Green value is 191 (75% from 255 or 35.44% from 539); Blue value is 142 (55.86% from 255 or 26.35% from 539); Max value from RGB is 206 - color contains mainly: red. Hex color #CEBF8E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CEBF8E is #314071. Grayscale: #BEBEBE. Windows color (decimal): -3227762 or 9355214. OLE color: 9355214.

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

Color convert

RGB 206 191 142 -
CMYK 0 0.07 0.31 0.19
HSL 45.94º 0.4% 0.68% -
HSV(B) 45.94º 0.31% 0.81% -
XYZ 48.97 52.34 33.11 -
YUV 189.9 100.97 139.48 -
System Red Green Blue C M Y K H S L
Decimal 206 191 142 0 0.07 0.31 0.19 45.94 0.4 0.68
Hex CE BF 8E 0 7 1F 13 2E 28 44
Octal 316 277 216 0 7 37 23 56 50 104
Binary 11001110 10111111 10001110 0 111 11111 10011 101110 101000 1000100

Color Harmonies of #CEBF8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEBF8E

Black with #CEBF8E

Text Example


Text Example

White with #CEBF8E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEBF8E; }

 p { color: rgb(206,191,142); }

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

background-color css

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

 a { background-color: rgb(206,191,142); }

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

border-color css

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

 span { border-color: rgb(206,191,142); }

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