Html Css Color HEX #C9ABAC Pink Flare

📋 copy color: '#C9ABAC'

red 201 ◦ green 171 ◦ blue 172

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

Shades of Pink Flare #C9ABAC

Tints of Pink Flare #C9ABAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 31.62%

R = 36.95%
G = 31.43%
B = 31.62%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.14

 K value IS 0.21

RGB Variations

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

Color information

#C9ABAC (or 0xC9ABAC) is known color: Pink Flare. HEX triplet: C9, AB and AC. RGB value is (201,171,172). Sum of RGB (Red+Green+Blue) = 201+171+172=544 (72% of max value = 765). Red value is 201 (78.91% from 255 or 36.95% from 544); Green value is 171 (67.19% from 255 or 31.43% from 544); Blue value is 172 (67.58% from 255 or 31.62% from 544); Max value from RGB is 201 - color contains mainly: red. Hex color #C9ABAC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C9ABAC is #365453. Grayscale: #B4B4B4. Windows color (decimal): -3560532 or 11316169. OLE color: 11316169.

HSL color Cylindrical-coordinate representation of color #C9ABAC: hue angle of 358º 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 #C9ABAC is Cyan = 0, Magento = 0.15, Yellow = 0.14 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 171 172 -
CMYK 0 0.15 0.14 0.21
HSL 358º 0.22% 0.73% -
HSV(B) 358º 0.15% 0.79% -
XYZ 46.1 44.52 45.19 -
YUV 180.08 123.44 142.92 -
System Red Green Blue C M Y K H S L
Decimal 201 171 172 0 0.15 0.14 0.21 358 0.22 0.73
Hex C9 AB AC 0 F E 15 166 16 49
Octal 311 253 254 0 17 16 25 546 26 111
Binary 11001001 10101011 10101100 0 1111 1110 10101 101100110 10110 1001001

Color Harmonies of #C9ABAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9ABAC

Black with #C9ABAC

Text Example


Text Example

White with #C9ABAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9ABAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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