Html Css Color HEX #CEC185 Winter Hazel

📋 copy color: '#CEC185'

red 206 ◦ green 193 ◦ blue 133

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

Shades of Winter Hazel #CEC185

Tints of Winter Hazel #CEC185

RGB

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

 GREEN value IS 193 (75.78% from 255) = 36.28%

 BLUE value IS 133 (52.34% from 255) = 25%

R = 38.72%
G = 36.28%
B = 25%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.35

 K value IS 0.19

RGB Variations

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

Color information

#CEC185 (or 0xCEC185) is known color: Winter Hazel. HEX triplet: CE, C1 and 85. RGB value is (206,193,133). Sum of RGB (Red+Green+Blue) = 206+193+133=532 (70% of max value = 765). Red value is 206 (80.86% from 255 or 38.72% from 532); Green value is 193 (75.78% from 255 or 36.28% from 532); Blue value is 133 (52.34% from 255 or 25% from 532); Max value from RGB is 206 - color contains mainly: red. Hex color #CEC185 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CEC185 is #313E7A. Grayscale: #BEBEBE. Windows color (decimal): -3227259 or 8765902. OLE color: 8765902.

HSL color Cylindrical-coordinate representation of color #CEC185: hue angle of 49.32º degrees, saturation: 0.43, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #CEC185 is Cyan = 0, Magento = 0.06, Yellow = 0.35 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 193 133 -
CMYK 0 0.06 0.35 0.19
HSL 49.32º 0.43% 0.66% -
HSV(B) 49.32º 0.35% 0.81% -
XYZ 48.76 52.96 29.84 -
YUV 190.05 95.81 139.38 -
System Red Green Blue C M Y K H S L
Decimal 206 193 133 0 0.06 0.35 0.19 49.32 0.43 0.66
Hex CE C1 85 0 6 23 13 31 2B 42
Octal 316 301 205 0 6 43 23 61 53 102
Binary 11001110 11000001 10000101 0 110 100011 10011 110001 101011 1000010

Color Harmonies of #CEC185

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEC185

Black with #CEC185

Text Example


Text Example

White with #CEC185

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEC185; }

 p { color: rgb(206,193,133); }

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

background-color css

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

 a { background-color: rgb(206,193,133); }

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

border-color css

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

 span { border-color: rgb(206,193,133); }

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