Html Css Color HEX #C5ABA9 Pink Swan

📋 copy color: '#C5ABA9'

red 197 ◦ green 171 ◦ blue 169

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

Shades of Pink Swan #C5ABA9

Tints of Pink Swan #C5ABA9

RGB

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

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

 BLUE value IS 169 (66.41% from 255) = 31.47%

R = 36.69%
G = 31.84%
B = 31.47%

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

#C5ABA9 (or 0xC5ABA9) is known color: Pink Swan. HEX triplet: C5, AB and A9. RGB value is (197,171,169). Sum of RGB (Red+Green+Blue) = 197+171+169=537 (71% of max value = 765). Red value is 197 (77.34% from 255 or 36.69% from 537); Green value is 171 (67.19% from 255 or 31.84% from 537); Blue value is 169 (66.41% from 255 or 31.47% from 537); Max value from RGB is 197 - color contains mainly: red. Hex color #C5ABA9 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C5ABA9 is #3A5456. Grayscale: #B2B2B2. Windows color (decimal): -3822679 or 11119557. OLE color: 11119557.

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

Color convert

RGB 197 171 169 -
CMYK 0 0.13 0.14 0.23
HSL 4.29º 0.19% 0.72% -
HSV(B) 4.29º 0.14% 0.77% -
XYZ 44.75 43.86 43.64 -
YUV 178.55 122.61 141.16 -
System Red Green Blue C M Y K H S L
Decimal 197 171 169 0 0.13 0.14 0.23 4.29 0.19 0.72
Hex C5 AB A9 0 D E 17 4 13 48
Octal 305 253 251 0 15 16 27 4 23 110
Binary 11000101 10101011 10101001 0 1101 1110 10111 100 10011 1001000

Color Harmonies of #C5ABA9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5ABA9

Black with #C5ABA9

Text Example


Text Example

White with #C5ABA9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5ABA9; }

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

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

background-color css

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

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

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

border-color css

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

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

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