Html Css Color HEX #C5ADAD Pink Swan

📋 copy color: '#C5ADAD'

red 197 ◦ green 173 ◦ blue 173

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

Shades of Pink Swan #C5ADAD

Tints of Pink Swan #C5ADAD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 31.86%

R = 36.28%
G = 31.86%
B = 31.86%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.12

 K value IS 0.23

RGB Variations

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

Color information

#C5ADAD (or 0xC5ADAD) is known color: Pink Swan. HEX triplet: C5, AD and AD. RGB value is (197,173,173). Sum of RGB (Red+Green+Blue) = 197+173+173=543 (71% of max value = 765). Red value is 197 (77.34% from 255 or 36.28% from 543); Green value is 173 (67.97% from 255 or 31.86% from 543); Blue value is 173 (67.97% from 255 or 31.86% from 543); Max value from RGB is 197 - color contains mainly: red. Hex color #C5ADAD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C5ADAD is #3A5252. Grayscale: #B4B4B4. Windows color (decimal): -3822163 or 11382213. OLE color: 11382213.

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

Color convert

RGB 197 173 173 -
CMYK 0 0.12 0.12 0.23
HSL 0.17% 0.73% -
HSV(B) 0.12% 0.77% -
XYZ 45.51 44.77 45.78 -
YUV 180.18 123.95 140 -
System Red Green Blue C M Y K H S L
Decimal 197 173 173 0 0.12 0.12 0.23 0 0.17 0.73
Hex C5 AD AD 0 C C 17 0 11 49
Octal 305 255 255 0 14 14 27 0 21 111
Binary 11000101 10101101 10101101 0 1100 1100 10111 0 10001 1001001

Color Harmonies of #C5ADAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5ADAD

Black with #C5ADAD

Text Example


Text Example

White with #C5ADAD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5ADAD; }

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

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

background-color css

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

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

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

border-color css

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

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

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