Html Css Color HEX #C7ABAF Pink Flare

📋 copy color: '#C7ABAF'

red 199 ◦ green 171 ◦ blue 175

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

Shades of Pink Flare #C7ABAF

Tints of Pink Flare #C7ABAF

RGB

 RED value IS 199 (78.13% from 255) = 36.51%

 GREEN value IS 171 (67.19% from 255) = 31.38%

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

R = 36.51%
G = 31.38%
B = 32.11%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.12

 K value IS 0.22

RGB Variations

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

Color information

#C7ABAF (or 0xC7ABAF) is known color: Pink Flare. HEX triplet: C7, AB and AF. RGB value is (199,171,175). Sum of RGB (Red+Green+Blue) = 199+171+175=545 (72% of max value = 765). Red value is 199 (78.12% from 255 or 36.51% from 545); Green value is 171 (67.19% from 255 or 31.38% from 545); Blue value is 175 (68.75% from 255 or 32.11% from 545); Max value from RGB is 199 - color contains mainly: red. Hex color #C7ABAF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C7ABAF is #385450. Grayscale: #B3B3B3. Windows color (decimal): -3691601 or 11512775. OLE color: 11512775.

HSL color Cylindrical-coordinate representation of color #C7ABAF: hue angle of 351.43º degrees, saturation: 0.2, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #C7ABAF is Cyan = 0, Magento = 0.14, Yellow = 0.12 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 171 175 -
CMYK 0 0.14 0.12 0.22
HSL 351.43º 0.2% 0.73% -
HSV(B) 351.43º 0.14% 0.78% -
XYZ 45.85 44.36 46.7 -
YUV 179.83 125.28 141.67 -
System Red Green Blue C M Y K H S L
Decimal 199 171 175 0 0.14 0.12 0.22 351.43 0.2 0.73
Hex C7 AB AF 0 E C 16 15F 14 49
Octal 307 253 257 0 16 14 26 537 24 111
Binary 11000111 10101011 10101111 0 1110 1100 10110 101011111 10100 1001001

Color Harmonies of #C7ABAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7ABAF

Black with #C7ABAF

Text Example


Text Example

White with #C7ABAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7ABAF; }

 p { color: rgb(199,171,175); }

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

background-color css

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

 a { background-color: rgb(199,171,175); }

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

border-color css

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

 span { border-color: rgb(199,171,175); }

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