#C4AAAA

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

Shades of Pink Swan #C4AAAA

Tints of Pink Swan #C4AAAA

Color information

#C4AAAA (or 0xC4AAAA) is unknown color: approx Pink Swan. HEX triplet: C4, AA and AA. RGB value is (196,170,170). Sum of RGB (Red+Green+Blue) = 196+170+170=536 (70% of max value = 765). Red value is 196 (76.95% from 255 or 36.57% from 536); Green value is 170 (66.80% from 255 or 31.72% from 536); Blue value is 170 (66.80% from 255 or 31.72% from 536); Max value from RGB is 196 - color contains mainly: red. Hex color #C4AAAA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C4AAAA is #3B5555. Grayscale: #B1B1B1. Windows color (decimal): -3888470 or 11184836. OLE color: 11184836.

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

Color convert

RGB196170170-
CMYK00.130.130.23
HSL18.06%71.76%-
HSV(B)13.27%76.86%-
XYZ44.443.3944.06-
YUV177.77123.61141-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 36.57%
GREEN value IS 170 (66.80% from 255) = 31.72%
BLUE value IS 170 (66.80% from 255) = 31.72%
R=36.57%
G=31.72%
B=31.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.13
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19617017000.130.130.23018.0671.76
HexC4AAAA0DD1701248
Octal3042522520151527022110
Binary110001001010101010101010011011101101110100101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4AAAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4AAAA; }

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

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

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

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

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

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

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

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