Html Css Color HEX #C5ADAA Pink Swan

📋 copy color: '#C5ADAA'

red 197 ◦ green 173 ◦ blue 170

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

Shades of Pink Swan #C5ADAA

Tints of Pink Swan #C5ADAA

RGB

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

 GREEN value IS 173 (67.97% from 255) = 32.04%

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

R = 36.48%
G = 32.04%
B = 31.48%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.14

 K value IS 0.23

RGB Variations

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

Color information

#C5ADAA (or 0xC5ADAA) is known color: Pink Swan. HEX triplet: C5, AD and AA. RGB value is (197,173,170). Sum of RGB (Red+Green+Blue) = 197+173+170=540 (71% of max value = 765). Red value is 197 (77.34% from 255 or 36.48% from 540); Green value is 173 (67.97% from 255 or 32.04% from 540); Blue value is 170 (66.80% from 255 or 31.48% from 540); Max value from RGB is 197 - color contains mainly: red. Hex color #C5ADAA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C5ADAA is #3A5255. Grayscale: #B3B3B3. Windows color (decimal): -3822166 or 11185605. OLE color: 11185605.

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

Color convert

RGB 197 173 170 -
CMYK 0 0.12 0.14 0.23
HSL 6.67º 0.19% 0.72% -
HSV(B) 6.67º 0.14% 0.77% -
XYZ 45.23 44.66 44.27 -
YUV 179.83 122.45 140.24 -
System Red Green Blue C M Y K H S L
Decimal 197 173 170 0 0.12 0.14 0.23 6.67 0.19 0.72
Hex C5 AD AA 0 C E 17 7 13 48
Octal 305 255 252 0 14 16 27 7 23 110
Binary 11000101 10101101 10101010 0 1100 1110 10111 111 10011 1001000

Color Harmonies of #C5ADAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5ADAA

Black with #C5ADAA

Text Example


Text Example

White with #C5ADAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5ADAA; }

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

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

background-color css

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

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

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

border-color css

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

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

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