Html Css Color HEX #C0ABA9 Pink Swan

📋 copy color: '#C0ABA9'

red 192 ◦ green 171 ◦ blue 169

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

Shades of Pink Swan #C0ABA9

Tints of Pink Swan #C0ABA9

RGB

 RED value IS 192 (75.39% from 255) = 36.09%

 GREEN value IS 171 (67.19% from 255) = 32.14%

 BLUE value IS 169 (66.41% from 255) = 31.77%

R = 36.09%
G = 32.14%
B = 31.77%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.12

 K value IS 0.25

RGB Variations

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

Color information

#C0ABA9 (or 0xC0ABA9) is known color: Pink Swan. HEX triplet: C0, AB and A9. RGB value is (192,171,169). Sum of RGB (Red+Green+Blue) = 192+171+169=532 (70% of max value = 765). Red value is 192 (75.39% from 255 or 36.09% from 532); Green value is 171 (67.19% from 255 or 32.14% from 532); Blue value is 169 (66.41% from 255 or 31.77% from 532); Max value from RGB is 192 - color contains mainly: red. Hex color #C0ABA9 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C0ABA9 is #3F5456. Grayscale: #B1B1B1. Windows color (decimal): -4150359 or 11119552. OLE color: 11119552.

HSL color Cylindrical-coordinate representation of color #C0ABA9: hue angle of 5.22º degrees, saturation: 0.15, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #C0ABA9 is Cyan = 0, Magento = 0.11, Yellow = 0.12 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 171 169 -
CMYK 0 0.11 0.12 0.25
HSL 5.22º 0.15% 0.71% -
HSV(B) 5.22º 0.12% 0.75% -
XYZ 43.46 43.2 43.58 -
YUV 177.05 123.46 138.66 -
System Red Green Blue C M Y K H S L
Decimal 192 171 169 0 0.11 0.12 0.25 5.22 0.15 0.71
Hex C0 AB A9 0 B C 19 5 F 47
Octal 300 253 251 0 13 14 31 5 17 107
Binary 11000000 10101011 10101001 0 1011 1100 11001 101 1111 1000111

Color Harmonies of #C0ABA9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0ABA9

Black with #C0ABA9

Text Example


Text Example

White with #C0ABA9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0ABA9; }

 p { color: rgb(192,171,169); }

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

background-color css

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

 a { background-color: rgb(192,171,169); }

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

border-color css

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

 span { border-color: rgb(192,171,169); }

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