Html Css Color HEX #C9ABB3 Pink Flare

📋 copy color: '#C9ABB3'

red 201 ◦ green 171 ◦ blue 179

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

Shades of Pink Flare #C9ABB3

Tints of Pink Flare #C9ABB3

RGB

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

 GREEN value IS 171 (67.19% from 255) = 31.03%

 BLUE value IS 179 (70.31% from 255) = 32.49%

R = 36.48%
G = 31.03%
B = 32.49%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.11

 K value IS 0.21

RGB Variations

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

Color information

#C9ABB3 (or 0xC9ABB3) is known color: Pink Flare. HEX triplet: C9, AB and B3. RGB value is (201,171,179). Sum of RGB (Red+Green+Blue) = 201+171+179=551 (72% of max value = 765). Red value is 201 (78.91% from 255 or 36.48% from 551); Green value is 171 (67.19% from 255 or 31.03% from 551); Blue value is 179 (70.31% from 255 or 32.49% from 551); Max value from RGB is 201 - color contains mainly: red. Hex color #C9ABB3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C9ABB3 is #36544C. Grayscale: #B4B4B4. Windows color (decimal): -3560525 or 11774921. OLE color: 11774921.

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

Color convert

RGB 201 171 179 -
CMYK 0 0.15 0.11 0.21
HSL 344º 0.22% 0.73% -
HSV(B) 344º 0.15% 0.79% -
XYZ 46.79 44.8 48.83 -
YUV 180.88 126.94 142.35 -
System Red Green Blue C M Y K H S L
Decimal 201 171 179 0 0.15 0.11 0.21 344 0.22 0.73
Hex C9 AB B3 0 F B 15 158 16 49
Octal 311 253 263 0 17 13 25 530 26 111
Binary 11001001 10101011 10110011 0 1111 1011 10101 101011000 10110 1001001

Color Harmonies of #C9ABB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9ABB3

Black with #C9ABB3

Text Example


Text Example

White with #C9ABB3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9ABB3; }

 p { color: rgb(201,171,179); }

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

background-color css

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

 a { background-color: rgb(201,171,179); }

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

border-color css

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

 span { border-color: rgb(201,171,179); }

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