Html Css Color HEX #C5B1AF Pink Swan

📋 copy color: '#C5B1AF'

red 197 ◦ green 177 ◦ blue 175

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

Shades of Pink Swan #C5B1AF

Tints of Pink Swan #C5B1AF

RGB

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

 GREEN value IS 177 (69.53% from 255) = 32.24%

 BLUE value IS 175 (68.75% from 255) = 31.88%

R = 35.88%
G = 32.24%
B = 31.88%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.11

 K value IS 0.23

RGB Variations

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

Color information

#C5B1AF (or 0xC5B1AF) is known color: Pink Swan. HEX triplet: C5, B1 and AF. RGB value is (197,177,175). Sum of RGB (Red+Green+Blue) = 197+177+175=549 (72% of max value = 765). Red value is 197 (77.34% from 255 or 35.88% from 549); Green value is 177 (69.53% from 255 or 32.24% from 549); Blue value is 175 (68.75% from 255 or 31.88% from 549); Max value from RGB is 197 - color contains mainly: red. Hex color #C5B1AF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C5B1AF is #3A4E50. Grayscale: #B6B6B6. Windows color (decimal): -3821137 or 11514309. OLE color: 11514309.

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

Color convert

RGB 197 177 175 -
CMYK 0 0.10 0.11 0.23
HSL 5.45º 0.16% 0.73% -
HSV(B) 5.45º 0.11% 0.77% -
XYZ 46.49 46.41 47.07 -
YUV 182.75 123.63 138.16 -
System Red Green Blue C M Y K H S L
Decimal 197 177 175 0 0.10 0.11 0.23 5.45 0.16 0.73
Hex C5 B1 AF 0 A B 17 5 10 49
Octal 305 261 257 0 12 13 27 5 20 111
Binary 11000101 10110001 10101111 0 1010 1011 10111 101 10000 1001001

Color Harmonies of #C5B1AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5B1AF

Black with #C5B1AF

Text Example


Text Example

White with #C5B1AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5B1AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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