Html Css Color HEX #C9B2B9 Melanie

📋 copy color: '#C9B2B9'

red 201 ◦ green 178 ◦ blue 185

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

Shades of Melanie #C9B2B9

Tints of Melanie #C9B2B9

RGB

 RED value IS 201 (78.91% from 255) = 35.64%

 GREEN value IS 178 (69.92% from 255) = 31.56%

 BLUE value IS 185 (72.66% from 255) = 32.8%

R = 35.64%
G = 31.56%
B = 32.8%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.08

 K value IS 0.21

RGB Variations

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

Color information

#C9B2B9 (or 0xC9B2B9) is known color: Melanie. HEX triplet: C9, B2 and B9. RGB value is (201,178,185). Sum of RGB (Red+Green+Blue) = 201+178+185=564 (74% of max value = 765). Red value is 201 (78.91% from 255 or 35.64% from 564); Green value is 178 (69.92% from 255 or 31.56% from 564); Blue value is 185 (72.66% from 255 or 32.80% from 564); Max value from RGB is 201 - color contains mainly: red. Hex color #C9B2B9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C9B2B9 is #364D46. Grayscale: #B9B9B9. Windows color (decimal): -3558727 or 12169929. OLE color: 12169929.

HSL color Cylindrical-coordinate representation of color #C9B2B9: hue angle of 341.74º degrees, saturation: 0.18, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #C9B2B9 is Cyan = 0, Magento = 0.11, Yellow = 0.08 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 178 185 -
CMYK 0 0.11 0.08 0.21
HSL 341.74º 0.18% 0.74% -
HSV(B) 341.74º 0.11% 0.79% -
XYZ 48.76 47.76 52.55 -
YUV 185.68 127.62 138.93 -
System Red Green Blue C M Y K H S L
Decimal 201 178 185 0 0.11 0.08 0.21 341.74 0.18 0.74
Hex C9 B2 B9 0 B 8 15 156 12 4A
Octal 311 262 271 0 13 10 25 526 22 112
Binary 11001001 10110010 10111001 0 1011 1000 10101 101010110 10010 1001010

Color Harmonies of #C9B2B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9B2B9

Black with #C9B2B9

Text Example


Text Example

White with #C9B2B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9B2B9; }

 p { color: rgb(201,178,185); }

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

background-color css

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

 a { background-color: rgb(201,178,185); }

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

border-color css

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

 span { border-color: rgb(201,178,185); }

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