Html Css Color HEX #CEC27C Winter Hazel

📋 copy color: '#CEC27C'

red 206 ◦ green 194 ◦ blue 124

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

Shades of Winter Hazel #CEC27C

Tints of Winter Hazel #CEC27C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 23.66%

R = 39.31%
G = 37.02%
B = 23.66%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.40

 K value IS 0.19

RGB Variations

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

Color information

#CEC27C (or 0xCEC27C) is known color: Winter Hazel. HEX triplet: CE, C2 and 7C. RGB value is (206,194,124). Sum of RGB (Red+Green+Blue) = 206+194+124=524 (69% of max value = 765). Red value is 206 (80.86% from 255 or 39.31% from 524); Green value is 194 (76.17% from 255 or 37.02% from 524); Blue value is 124 (48.83% from 255 or 23.66% from 524); Max value from RGB is 206 - color contains mainly: red. Hex color #CEC27C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CEC27C is #313D83. Grayscale: #BDBDBD. Windows color (decimal): -3227012 or 8176334. OLE color: 8176334.

HSL color Cylindrical-coordinate representation of color #CEC27C: hue angle of 51.22º degrees, saturation: 0.46, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #CEC27C is Cyan = 0, Magento = 0.06, Yellow = 0.40 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 194 124 -
CMYK 0 0.06 0.40 0.19
HSL 51.22º 0.46% 0.65% -
HSV(B) 51.22º 0.4% 0.81% -
XYZ 48.38 53.16 26.78 -
YUV 189.61 90.98 139.69 -
System Red Green Blue C M Y K H S L
Decimal 206 194 124 0 0.06 0.40 0.19 51.22 0.46 0.65
Hex CE C2 7C 0 6 28 13 33 2E 41
Octal 316 302 174 0 6 50 23 63 56 101
Binary 11001110 11000010 1111100 0 110 101000 10011 110011 101110 1000001

Color Harmonies of #CEC27C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEC27C

Black with #CEC27C

Text Example


Text Example

White with #CEC27C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEC27C; }

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

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

background-color css

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

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

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

border-color css

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

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

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