Html Css Color HEX #C5AFAD Pink Swan

📋 copy color: '#C5AFAD'

red 197 ◦ green 175 ◦ blue 173

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

Shades of Pink Swan #C5AFAD

Tints of Pink Swan #C5AFAD

RGB

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

 GREEN value IS 175 (68.75% from 255) = 32.11%

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

R = 36.15%
G = 32.11%
B = 31.74%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.12

 K value IS 0.23

RGB Variations

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

Color information

#C5AFAD (or 0xC5AFAD) is known color: Pink Swan. HEX triplet: C5, AF and AD. RGB value is (197,175,173). Sum of RGB (Red+Green+Blue) = 197+175+173=545 (72% of max value = 765). Red value is 197 (77.34% from 255 or 36.15% from 545); Green value is 175 (68.75% from 255 or 32.11% from 545); Blue value is 173 (67.97% from 255 or 31.74% from 545); Max value from RGB is 197 - color contains mainly: red. Hex color #C5AFAD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C5AFAD is #3A5052. Grayscale: #B5B5B5. Windows color (decimal): -3821651 or 11382725. OLE color: 11382725.

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

Color convert

RGB 197 175 173 -
CMYK 0 0.11 0.12 0.23
HSL 0.17% 0.73% -
HSV(B) 0.12% 0.77% -
XYZ 45.9 45.55 45.91 -
YUV 181.35 123.29 139.16 -
System Red Green Blue C M Y K H S L
Decimal 197 175 173 0 0.11 0.12 0.23 5 0.17 0.73
Hex C5 AF AD 0 B C 17 5 11 49
Octal 305 257 255 0 13 14 27 5 21 111
Binary 11000101 10101111 10101101 0 1011 1100 10111 101 10001 1001001

Color Harmonies of #C5AFAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5AFAD

Black with #C5AFAD

Text Example


Text Example

White with #C5AFAD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5AFAD; }

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

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

background-color css

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

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

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

border-color css

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

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

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