Html Css Color HEX #C5AAA8 Pink Swan

📋 copy color: '#C5AAA8'

red 197 ◦ green 170 ◦ blue 168

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

Shades of Pink Swan #C5AAA8

Tints of Pink Swan #C5AAA8

RGB

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

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

 BLUE value IS 168 (66.02% from 255) = 31.4%

R = 36.82%
G = 31.78%
B = 31.4%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.15

 K value IS 0.23

RGB Variations

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

Color information

#C5AAA8 (or 0xC5AAA8) is known color: Pink Swan. HEX triplet: C5, AA and A8. RGB value is (197,170,168). Sum of RGB (Red+Green+Blue) = 197+170+168=535 (70% of max value = 765). Red value is 197 (77.34% from 255 or 36.82% from 535); Green value is 170 (66.80% from 255 or 31.78% from 535); Blue value is 168 (66.02% from 255 or 31.40% from 535); Max value from RGB is 197 - color contains mainly: red. Hex color #C5AAA8 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C5AAA8 is #3A5557. Grayscale: #B1B1B1. Windows color (decimal): -3822936 or 11053765. OLE color: 11053765.

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

Color convert

RGB 197 170 168 -
CMYK 0 0.14 0.15 0.23
HSL 4.14º 0.2% 0.72% -
HSV(B) 4.14º 0.15% 0.77% -
XYZ 44.47 43.45 43.09 -
YUV 177.85 122.45 141.66 -
System Red Green Blue C M Y K H S L
Decimal 197 170 168 0 0.14 0.15 0.23 4.14 0.2 0.72
Hex C5 AA A8 0 E F 17 4 14 48
Octal 305 252 250 0 16 17 27 4 24 110
Binary 11000101 10101010 10101000 0 1110 1111 10111 100 10100 1001000

Color Harmonies of #C5AAA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5AAA8

Black with #C5AAA8

Text Example


Text Example

White with #C5AAA8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5AAA8; }

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

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

background-color css

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

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

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

border-color css

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

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

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