Html Css Color HEX #CEC27E Winter Hazel

📋 copy color: '#CEC27E'

red 206 ◦ green 194 ◦ blue 126

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

Shades of Winter Hazel #CEC27E

Tints of Winter Hazel #CEC27E

RGB

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

 GREEN value IS 194 (76.17% from 255) = 36.88%

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

R = 39.16%
G = 36.88%
B = 23.95%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.39

 K value IS 0.19

RGB Variations

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

Color information

#CEC27E (or 0xCEC27E) is known color: Winter Hazel. HEX triplet: CE, C2 and 7E. RGB value is (206,194,126). Sum of RGB (Red+Green+Blue) = 206+194+126=526 (69% of max value = 765). Red value is 206 (80.86% from 255 or 39.16% from 526); Green value is 194 (76.17% from 255 or 36.88% from 526); Blue value is 126 (49.61% from 255 or 23.95% from 526); Max value from RGB is 206 - color contains mainly: red. Hex color #CEC27E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CEC27E is #313D81. Grayscale: #BEBEBE. Windows color (decimal): -3227010 or 8307406. OLE color: 8307406.

HSL color Cylindrical-coordinate representation of color #CEC27E: hue angle of 51º 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 #CEC27E is Cyan = 0, Magento = 0.06, Yellow = 0.39 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 194 126 -
CMYK 0 0.06 0.39 0.19
HSL 51º 0.45% 0.65% -
HSV(B) 51º 0.39% 0.81% -
XYZ 48.51 53.21 27.45 -
YUV 189.84 91.98 139.53 -
System Red Green Blue C M Y K H S L
Decimal 206 194 126 0 0.06 0.39 0.19 51 0.45 0.65
Hex CE C2 7E 0 6 27 13 33 2D 41
Octal 316 302 176 0 6 47 23 63 55 101
Binary 11001110 11000010 1111110 0 110 100111 10011 110011 101101 1000001

Color Harmonies of #CEC27E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEC27E

Black with #CEC27E

Text Example


Text Example

White with #CEC27E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEC27E; }

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

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

background-color css

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

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

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

border-color css

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

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

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