Html Css Color HEX #C9ADB5 Pink Flare

📋 copy color: '#C9ADB5'

red 201 ◦ green 173 ◦ blue 181

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

Shades of Pink Flare #C9ADB5

Tints of Pink Flare #C9ADB5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 32.61%

R = 36.22%
G = 31.17%
B = 32.61%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.10

 K value IS 0.21

RGB Variations

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

Color information

#C9ADB5 (or 0xC9ADB5) is known color: Pink Flare. HEX triplet: C9, AD and B5. RGB value is (201,173,181). Sum of RGB (Red+Green+Blue) = 201+173+181=555 (73% of max value = 765). Red value is 201 (78.91% from 255 or 36.22% from 555); Green value is 173 (67.97% from 255 or 31.17% from 555); Blue value is 181 (71.09% from 255 or 32.61% from 555); Max value from RGB is 201 - color contains mainly: red. Hex color #C9ADB5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C9ADB5 is #36524A. Grayscale: #B6B6B6. Windows color (decimal): -3560011 or 11906505. OLE color: 11906505.

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

Color convert

RGB 201 173 181 -
CMYK 0 0.14 0.10 0.21
HSL 342.86º 0.21% 0.73% -
HSV(B) 342.86º 0.14% 0.79% -
XYZ 47.37 45.64 50.03 -
YUV 182.28 127.28 141.35 -
System Red Green Blue C M Y K H S L
Decimal 201 173 181 0 0.14 0.10 0.21 342.86 0.21 0.73
Hex C9 AD B5 0 E A 15 157 15 49
Octal 311 255 265 0 16 12 25 527 25 111
Binary 11001001 10101101 10110101 0 1110 1010 10101 101010111 10101 1001001

Color Harmonies of #C9ADB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9ADB5

Black with #C9ADB5

Text Example


Text Example

White with #C9ADB5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9ADB5; }

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

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

background-color css

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

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

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

border-color css

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

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

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