Html Css Color HEX #C9ADAF Pink Flare

📋 copy color: '#C9ADAF'

red 201 ◦ green 173 ◦ blue 175

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

Shades of Pink Flare #C9ADAF

Tints of Pink Flare #C9ADAF

RGB

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

 GREEN value IS 173 (67.97% from 255) = 31.51%

 BLUE value IS 175 (68.75% from 255) = 31.88%

R = 36.61%
G = 31.51%
B = 31.88%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.13

 K value IS 0.21

RGB Variations

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

Color information

#C9ADAF (or 0xC9ADAF) is known color: Pink Flare. HEX triplet: C9, AD and AF. RGB value is (201,173,175). Sum of RGB (Red+Green+Blue) = 201+173+175=549 (72% of max value = 765). Red value is 201 (78.91% from 255 or 36.61% from 549); Green value is 173 (67.97% from 255 or 31.51% from 549); Blue value is 175 (68.75% from 255 or 31.88% from 549); Max value from RGB is 201 - color contains mainly: red. Hex color #C9ADAF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C9ADAF is #365250. Grayscale: #B5B5B5. Windows color (decimal): -3560017 or 11513289. OLE color: 11513289.

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

Color convert

RGB 201 173 175 -
CMYK 0 0.14 0.13 0.21
HSL 355.71º 0.21% 0.73% -
HSV(B) 355.71º 0.14% 0.79% -
XYZ 46.77 45.4 46.86 -
YUV 181.6 124.28 141.84 -
System Red Green Blue C M Y K H S L
Decimal 201 173 175 0 0.14 0.13 0.21 355.71 0.21 0.73
Hex C9 AD AF 0 E D 15 164 15 49
Octal 311 255 257 0 16 15 25 544 25 111
Binary 11001001 10101101 10101111 0 1110 1101 10101 101100100 10101 1001001

Color Harmonies of #C9ADAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9ADAF

Black with #C9ADAF

Text Example


Text Example

White with #C9ADAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9ADAF; }

 p { color: rgb(201,173,175); }

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

background-color css

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

 a { background-color: rgb(201,173,175); }

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

border-color css

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

 span { border-color: rgb(201,173,175); }

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