Html Css Color HEX #CEB9C1 Melanie

📋 copy color: '#CEB9C1'

red 206 ◦ green 185 ◦ blue 193

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

Shades of Melanie #CEB9C1

Tints of Melanie #CEB9C1

RGB

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

 GREEN value IS 185 (72.66% from 255) = 31.68%

 BLUE value IS 193 (75.78% from 255) = 33.05%

R = 35.27%
G = 31.68%
B = 33.05%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.06

 K value IS 0.19

RGB Variations

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

Color information

#CEB9C1 (or 0xCEB9C1) is known color: Melanie. HEX triplet: CE, B9 and C1. RGB value is (206,185,193). Sum of RGB (Red+Green+Blue) = 206+185+193=584 (77% of max value = 765). Red value is 206 (80.86% from 255 or 35.27% from 584); Green value is 185 (72.66% from 255 or 31.68% from 584); Blue value is 193 (75.78% from 255 or 33.05% from 584); Max value from RGB is 206 - color contains mainly: red. Hex color #CEB9C1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CEB9C1 is #31463E. Grayscale: #C0C0C0. Windows color (decimal): -3229247 or 12696014. OLE color: 12696014.

HSL color Cylindrical-coordinate representation of color #CEB9C1: hue angle of 337.14º degrees, saturation: 0.18, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #CEB9C1 is Cyan = 0, Magento = 0.10, Yellow = 0.06 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 185 193 -
CMYK 0 0.10 0.06 0.19
HSL 337.14º 0.18% 0.77% -
HSV(B) 337.14º 0.1% 0.81% -
XYZ 52.43 51.67 57.66 -
YUV 192.19 128.46 137.85 -
System Red Green Blue C M Y K H S L
Decimal 206 185 193 0 0.10 0.06 0.19 337.14 0.18 0.77
Hex CE B9 C1 0 A 6 13 151 12 4D
Octal 316 271 301 0 12 6 23 521 22 115
Binary 11001110 10111001 11000001 0 1010 110 10011 101010001 10010 1001101

Color Harmonies of #CEB9C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEB9C1

Black with #CEB9C1

Text Example


Text Example

White with #CEB9C1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEB9C1; }

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

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

background-color css

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

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

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

border-color css

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

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

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