Html Css Color HEX #C5AAAA Pink Swan

📋 copy color: '#C5AAAA'

red 197 ◦ green 170 ◦ blue 170

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

Shades of Pink Swan #C5AAAA

Tints of Pink Swan #C5AAAA

RGB

 RED value IS 197 (77.34% from 255) = 36.69%

 GREEN value IS 170 (66.8% from 255) = 31.66%

 BLUE value IS 170 (66.8% from 255) = 31.66%

R = 36.69%
G = 31.66%
B = 31.66%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.14

 K value IS 0.23

RGB Variations

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

Color information

#C5AAAA (or 0xC5AAAA) is known color: Pink Swan. HEX triplet: C5, AA and AA. RGB value is (197,170,170). Sum of RGB (Red+Green+Blue) = 197+170+170=537 (71% of max value = 765). Red value is 197 (77.34% from 255 or 36.69% from 537); Green value is 170 (66.80% from 255 or 31.66% from 537); Blue value is 170 (66.80% from 255 or 31.66% from 537); Max value from RGB is 197 - color contains mainly: red. Hex color #C5AAAA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C5AAAA is #3A5555. Grayscale: #B2B2B2. Windows color (decimal): -3822934 or 11184837. OLE color: 11184837.

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

Color convert

RGB 197 170 170 -
CMYK 0 0.14 0.14 0.23
HSL 0.19% 0.72% -
HSV(B) 0.14% 0.77% -
XYZ 44.66 43.52 44.08 -
YUV 178.07 123.45 141.5 -
System Red Green Blue C M Y K H S L
Decimal 197 170 170 0 0.14 0.14 0.23 0 0.19 0.72
Hex C5 AA AA 0 E E 17 0 13 48
Octal 305 252 252 0 16 16 27 0 23 110
Binary 11000101 10101010 10101010 0 1110 1110 10111 0 10011 1001000

Color Harmonies of #C5AAAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5AAAA

Black with #C5AAAA

Text Example


Text Example

White with #C5AAAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5AAAA; }

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

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

background-color css

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

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

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

border-color css

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

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

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