Html Css Color HEX #C9AEB2 Pink Flare

📋 copy color: '#C9AEB2'

red 201 ◦ green 174 ◦ blue 178

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

Shades of Pink Flare #C9AEB2

Tints of Pink Flare #C9AEB2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 32.19%

R = 36.35%
G = 31.46%
B = 32.19%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.11

 K value IS 0.21

RGB Variations

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

Color information

#C9AEB2 (or 0xC9AEB2) is known color: Pink Flare. HEX triplet: C9, AE and B2. RGB value is (201,174,178). Sum of RGB (Red+Green+Blue) = 201+174+178=553 (73% of max value = 765). Red value is 201 (78.91% from 255 or 36.35% from 553); Green value is 174 (68.36% from 255 or 31.46% from 553); Blue value is 178 (69.92% from 255 or 32.19% from 553); Max value from RGB is 201 - color contains mainly: red. Hex color #C9AEB2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C9AEB2 is #36514D. Grayscale: #B6B6B6. Windows color (decimal): -3559758 or 11710153. OLE color: 11710153.

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

Color convert

RGB 201 174 178 -
CMYK 0 0.13 0.11 0.21
HSL 351.11º 0.2% 0.74% -
HSV(B) 351.11º 0.13% 0.79% -
XYZ 47.26 45.9 48.49 -
YUV 182.53 125.45 141.17 -
System Red Green Blue C M Y K H S L
Decimal 201 174 178 0 0.13 0.11 0.21 351.11 0.2 0.74
Hex C9 AE B2 0 D B 15 15F 14 4A
Octal 311 256 262 0 15 13 25 537 24 112
Binary 11001001 10101110 10110010 0 1101 1011 10101 101011111 10100 1001010

Color Harmonies of #C9AEB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9AEB2

Black with #C9AEB2

Text Example


Text Example

White with #C9AEB2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9AEB2; }

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

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

background-color css

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

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

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

border-color css

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

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

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