Html Css Color HEX #CEC38C Winter Hazel

📋 copy color: '#CEC38C'

red 206 ◦ green 195 ◦ blue 140

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

Shades of Winter Hazel #CEC38C

Tints of Winter Hazel #CEC38C

RGB

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

 GREEN value IS 195 (76.56% from 255) = 36.04%

 BLUE value IS 140 (55.08% from 255) = 25.88%

R = 38.08%
G = 36.04%
B = 25.88%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.32

 K value IS 0.19

RGB Variations

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

Color information

#CEC38C (or 0xCEC38C) is known color: Winter Hazel. HEX triplet: CE, C3 and 8C. RGB value is (206,195,140). Sum of RGB (Red+Green+Blue) = 206+195+140=541 (71% of max value = 765). Red value is 206 (80.86% from 255 or 38.08% from 541); Green value is 195 (76.56% from 255 or 36.04% from 541); Blue value is 140 (55.08% from 255 or 25.88% from 541); Max value from RGB is 206 - color contains mainly: red. Hex color #CEC38C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CEC38C is #313C73. Grayscale: #C0C0C0. Windows color (decimal): -3226740 or 9225166. OLE color: 9225166.

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

Color convert

RGB 206 195 140 -
CMYK 0 0.05 0.32 0.19
HSL 50º 0.4% 0.68% -
HSV(B) 50º 0.32% 0.81% -
XYZ 49.7 54.05 32.62 -
YUV 192.02 98.64 137.97 -
System Red Green Blue C M Y K H S L
Decimal 206 195 140 0 0.05 0.32 0.19 50 0.4 0.68
Hex CE C3 8C 0 5 20 13 32 28 44
Octal 316 303 214 0 5 40 23 62 50 104
Binary 11001110 11000011 10001100 0 101 100000 10011 110010 101000 1000100

Color Harmonies of #CEC38C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEC38C

Black with #CEC38C

Text Example


Text Example

White with #CEC38C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEC38C; }

 p { color: rgb(206,195,140); }

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

background-color css

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

 a { background-color: rgb(206,195,140); }

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

border-color css

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

 span { border-color: rgb(206,195,140); }

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