Html Css Color HEX #C7ABB2 Pink Flare

📋 copy color: '#C7ABB2'

red 199 ◦ green 171 ◦ blue 178

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

Shades of Pink Flare #C7ABB2

Tints of Pink Flare #C7ABB2

RGB

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

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

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

R = 36.31%
G = 31.2%
B = 32.48%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.11

 K value IS 0.22

RGB Variations

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

Color information

#C7ABB2 (or 0xC7ABB2) is known color: Pink Flare. HEX triplet: C7, AB and B2. RGB value is (199,171,178). Sum of RGB (Red+Green+Blue) = 199+171+178=548 (72% of max value = 765). Red value is 199 (78.12% from 255 or 36.31% from 548); Green value is 171 (67.19% from 255 or 31.20% from 548); Blue value is 178 (69.92% from 255 or 32.48% from 548); Max value from RGB is 199 - color contains mainly: red. Hex color #C7ABB2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C7ABB2 is #38544D. Grayscale: #B4B4B4. Windows color (decimal): -3691598 or 11709383. OLE color: 11709383.

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

Color convert

RGB 199 171 178 -
CMYK 0 0.14 0.11 0.22
HSL 345º 0.2% 0.73% -
HSV(B) 345º 0.14% 0.78% -
XYZ 46.15 44.48 48.27 -
YUV 180.17 126.78 141.43 -
System Red Green Blue C M Y K H S L
Decimal 199 171 178 0 0.14 0.11 0.22 345 0.2 0.73
Hex C7 AB B2 0 E B 16 159 14 49
Octal 307 253 262 0 16 13 26 531 24 111
Binary 11000111 10101011 10110010 0 1110 1011 10110 101011001 10100 1001001

Color Harmonies of #C7ABB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7ABB2

Black with #C7ABB2

Text Example


Text Example

White with #C7ABB2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7ABB2; }

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

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

background-color css

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

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

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

border-color css

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

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

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