#C7AAAA

Color #C7AAAA Pink Swan (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pink Swan #C7AAAA

Tints of Pink Swan #C7AAAA

Color information

#C7AAAA (or 0xC7AAAA) is unknown color: approx Pink Swan. HEX triplet: C7, AA and AA. RGB value is (199,170,170). Sum of RGB (Red+Green+Blue) = 199+170+170=539 (71% of max value = 765). Red value is 199 (78.12% from 255 or 36.92% from 539); Green value is 170 (66.80% from 255 or 31.54% from 539); Blue value is 170 (66.80% from 255 or 31.54% from 539); Max value from RGB is 199 - color contains mainly: red. Hex color #C7AAAA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C7AAAA is #385555. Grayscale: #B2B2B2. Windows color (decimal): -3691862 or 11184839. OLE color: 11184839.

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

Color convert

RGB199170170-
CMYK00.150.150.22
HSL20.57%72.35%-
HSV(B)14.57%78.04%-
XYZ45.1843.7944.1-
YUV178.67123.11142.5-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 36.92%
GREEN value IS 170 (66.80% from 255) = 31.54%
BLUE value IS 170 (66.80% from 255) = 31.54%
R=36.92%
G=31.54%
B=31.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.15
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19917017000.150.150.22020.5772.35
HexC7AAAA0FF1601548
Octal3072522520171726025110
Binary110001111010101010101010011111111101100101011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7AAAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7AAAA; }

 p { color: rgb(199,170,170); }

 H1.HeaderClassName
 {
   color: #C7AAAA;
 }
 .AnyTagClassName
 {
   color: #C7AAAA;
 }
</style>
background-color css

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

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

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

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

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

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