Html Css Color HEX #C9BABD Pink Flare

📋 copy color: '#C9BABD'

red 201 ◦ green 186 ◦ blue 189

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

Shades of Pink Flare #C9BABD

Tints of Pink Flare #C9BABD

RGB

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

 GREEN value IS 186 (73.05% from 255) = 32.29%

 BLUE value IS 189 (74.22% from 255) = 32.81%

R = 34.9%
G = 32.29%
B = 32.81%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.06

 K value IS 0.21

RGB Variations

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

Color information

#C9BABD (or 0xC9BABD) is known color: Pink Flare. HEX triplet: C9, BA and BD. RGB value is (201,186,189). Sum of RGB (Red+Green+Blue) = 201+186+189=576 (76% of max value = 765). Red value is 201 (78.91% from 255 or 34.90% from 576); Green value is 186 (73.05% from 255 or 32.29% from 576); Blue value is 189 (74.22% from 255 or 32.81% from 576); Max value from RGB is 201 - color contains mainly: red. Hex color #C9BABD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C9BABD is #364542. Grayscale: #BEBEBE. Windows color (decimal): -3556675 or 12434121. OLE color: 12434121.

HSL color Cylindrical-coordinate representation of color #C9BABD: hue angle of 348º degrees, saturation: 0.12, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #C9BABD is Cyan = 0, Magento = 0.07, Yellow = 0.06 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 186 189 -
CMYK 0 0.07 0.06 0.21
HSL 348º 0.12% 0.76% -
HSV(B) 348º 0.07% 0.79% -
XYZ 50.83 51.21 55.35 -
YUV 190.83 126.97 135.26 -
System Red Green Blue C M Y K H S L
Decimal 201 186 189 0 0.07 0.06 0.21 348 0.12 0.76
Hex C9 BA BD 0 7 6 15 15C C 4C
Octal 311 272 275 0 7 6 25 534 14 114
Binary 11001001 10111010 10111101 0 111 110 10101 101011100 1100 1001100

Color Harmonies of #C9BABD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9BABD

Black with #C9BABD

Text Example


Text Example

White with #C9BABD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9BABD; }

 p { color: rgb(201,186,189); }

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

background-color css

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

 a { background-color: rgb(201,186,189); }

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

border-color css

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

 span { border-color: rgb(201,186,189); }

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