Html Css Color HEX #CEBD7E Winter Hazel

📋 copy color: '#CEBD7E'

red 206 ◦ green 189 ◦ blue 126

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

Shades of Winter Hazel #CEBD7E

Tints of Winter Hazel #CEBD7E

RGB

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

 GREEN value IS 189 (74.22% from 255) = 36.28%

 BLUE value IS 126 (49.61% from 255) = 24.18%

R = 39.54%
G = 36.28%
B = 24.18%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.39

 K value IS 0.19

RGB Variations

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

Color information

#CEBD7E (or 0xCEBD7E) is known color: Winter Hazel. HEX triplet: CE, BD and 7E. RGB value is (206,189,126). Sum of RGB (Red+Green+Blue) = 206+189+126=521 (69% of max value = 765). Red value is 206 (80.86% from 255 or 39.54% from 521); Green value is 189 (74.22% from 255 or 36.28% from 521); Blue value is 126 (49.61% from 255 or 24.18% from 521); Max value from RGB is 206 - color contains mainly: red. Hex color #CEBD7E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CEBD7E is #314281. Grayscale: #BBBBBB. Windows color (decimal): -3228290 or 8306126. OLE color: 8306126.

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

Color convert

RGB 206 189 126 -
CMYK 0 0.08 0.39 0.19
HSL 47.25º 0.45% 0.65% -
HSV(B) 47.25º 0.39% 0.81% -
XYZ 47.42 51.02 27.09 -
YUV 186.9 93.63 141.62 -
System Red Green Blue C M Y K H S L
Decimal 206 189 126 0 0.08 0.39 0.19 47.25 0.45 0.65
Hex CE BD 7E 0 8 27 13 2F 2D 41
Octal 316 275 176 0 10 47 23 57 55 101
Binary 11001110 10111101 1111110 0 1000 100111 10011 101111 101101 1000001

Color Harmonies of #CEBD7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEBD7E

Black with #CEBD7E

Text Example


Text Example

White with #CEBD7E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEBD7E; }

 p { color: rgb(206,189,126); }

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

background-color css

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

 a { background-color: rgb(206,189,126); }

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

border-color css

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

 span { border-color: rgb(206,189,126); }

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