Html Css Color HEX #C5ABAA Pink Swan

📋 copy color: '#C5ABAA'

red 197 ◦ green 171 ◦ blue 170

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

Shades of Pink Swan #C5ABAA

Tints of Pink Swan #C5ABAA

RGB

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

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

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

R = 36.62%
G = 31.78%
B = 31.6%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.14

 K value IS 0.23

RGB Variations

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

Color information

#C5ABAA (or 0xC5ABAA) is known color: Pink Swan. HEX triplet: C5, AB and AA. RGB value is (197,171,170). Sum of RGB (Red+Green+Blue) = 197+171+170=538 (71% of max value = 765). Red value is 197 (77.34% from 255 or 36.62% from 538); Green value is 171 (67.19% from 255 or 31.78% from 538); Blue value is 170 (66.80% from 255 or 31.60% from 538); Max value from RGB is 197 - color contains mainly: red. Hex color #C5ABAA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C5ABAA is #3A5455. Grayscale: #B2B2B2. Windows color (decimal): -3822678 or 11185093. OLE color: 11185093.

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

Color convert

RGB 197 171 170 -
CMYK 0 0.13 0.14 0.23
HSL 2.22º 0.19% 0.72% -
HSV(B) 2.22º 0.14% 0.77% -
XYZ 44.84 43.9 44.14 -
YUV 178.66 123.11 141.08 -
System Red Green Blue C M Y K H S L
Decimal 197 171 170 0 0.13 0.14 0.23 2.22 0.19 0.72
Hex C5 AB AA 0 D E 17 2 13 48
Octal 305 253 252 0 15 16 27 2 23 110
Binary 11000101 10101011 10101010 0 1101 1110 10111 10 10011 1001000

Color Harmonies of #C5ABAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5ABAA

Black with #C5ABAA

Text Example


Text Example

White with #C5ABAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5ABAA; }

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

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

background-color css

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

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

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

border-color css

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

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

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