Html Css Color HEX #C9AFB1 Pink Flare

📋 copy color: '#C9AFB1'

red 201 ◦ green 175 ◦ blue 177

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

Shades of Pink Flare #C9AFB1

Tints of Pink Flare #C9AFB1

RGB

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

 GREEN value IS 175 (68.75% from 255) = 31.65%

 BLUE value IS 177 (69.53% from 255) = 32.01%

R = 36.35%
G = 31.65%
B = 32.01%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.12

 K value IS 0.21

RGB Variations

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

Color information

#C9AFB1 (or 0xC9AFB1) is known color: Pink Flare. HEX triplet: C9, AF and B1. RGB value is (201,175,177). Sum of RGB (Red+Green+Blue) = 201+175+177=553 (73% of max value = 765). Red value is 201 (78.91% from 255 or 36.35% from 553); Green value is 175 (68.75% from 255 or 31.65% from 553); Blue value is 177 (69.53% from 255 or 32.01% from 553); Max value from RGB is 201 - color contains mainly: red. Hex color #C9AFB1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C9AFB1 is #36504E. Grayscale: #B7B7B7. Windows color (decimal): -3559503 or 11644873. OLE color: 11644873.

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

Color convert

RGB 201 175 177 -
CMYK 0 0.13 0.12 0.21
HSL 355.38º 0.19% 0.74% -
HSV(B) 355.38º 0.13% 0.79% -
XYZ 47.35 46.25 48.03 -
YUV 183 124.61 140.84 -
System Red Green Blue C M Y K H S L
Decimal 201 175 177 0 0.13 0.12 0.21 355.38 0.19 0.74
Hex C9 AF B1 0 D C 15 163 13 4A
Octal 311 257 261 0 15 14 25 543 23 112
Binary 11001001 10101111 10110001 0 1101 1100 10101 101100011 10011 1001010

Color Harmonies of #C9AFB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9AFB1

Black with #C9AFB1

Text Example


Text Example

White with #C9AFB1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9AFB1; }

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

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

background-color css

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

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

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

border-color css

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

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

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