Html Css Color HEX #C9AEB6 Pink Flare

📋 copy color: '#C9AEB6'

red 201 ◦ green 174 ◦ blue 182

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

Shades of Pink Flare #C9AEB6

Tints of Pink Flare #C9AEB6

RGB

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

 GREEN value IS 174 (68.36% from 255) = 31.24%

 BLUE value IS 182 (71.48% from 255) = 32.68%

R = 36.09%
G = 31.24%
B = 32.68%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.09

 K value IS 0.21

RGB Variations

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

Color information

#C9AEB6 (or 0xC9AEB6) is known color: Pink Flare. HEX triplet: C9, AE and B6. RGB value is (201,174,182). Sum of RGB (Red+Green+Blue) = 201+174+182=557 (73% of max value = 765). Red value is 201 (78.91% from 255 or 36.09% from 557); Green value is 174 (68.36% from 255 or 31.24% from 557); Blue value is 182 (71.48% from 255 or 32.68% from 557); Max value from RGB is 201 - color contains mainly: red. Hex color #C9AEB6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C9AEB6 is #365149. Grayscale: #B6B6B6. Windows color (decimal): -3559754 or 11972297. OLE color: 11972297.

HSL color Cylindrical-coordinate representation of color #C9AEB6: hue angle of 342.22º degrees, saturation: 0.2, 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 #C9AEB6 is Cyan = 0, Magento = 0.13, Yellow = 0.09 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 174 182 -
CMYK 0 0.13 0.09 0.21
HSL 342.22º 0.2% 0.74% -
HSV(B) 342.22º 0.13% 0.79% -
XYZ 47.67 46.07 50.64 -
YUV 182.99 127.45 140.85 -
System Red Green Blue C M Y K H S L
Decimal 201 174 182 0 0.13 0.09 0.21 342.22 0.2 0.74
Hex C9 AE B6 0 D 9 15 156 14 4A
Octal 311 256 266 0 15 11 25 526 24 112
Binary 11001001 10101110 10110110 0 1101 1001 10101 101010110 10100 1001010

Color Harmonies of #C9AEB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9AEB6

Black with #C9AEB6

Text Example


Text Example

White with #C9AEB6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9AEB6; }

 p { color: rgb(201,174,182); }

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

background-color css

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

 a { background-color: rgb(201,174,182); }

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

border-color css

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

 span { border-color: rgb(201,174,182); }

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