Html Css Color HEX #C3ABAA Pink Swan

📋 copy color: '#C3ABAA'

red 195 ◦ green 171 ◦ blue 170

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

Shades of Pink Swan #C3ABAA

Tints of Pink Swan #C3ABAA

RGB

 RED value IS 195 (76.56% from 255) = 36.38%

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

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

R = 36.38%
G = 31.9%
B = 31.72%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.13

 K value IS 0.24

RGB Variations

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

Color information

#C3ABAA (or 0xC3ABAA) is known color: Pink Swan. HEX triplet: C3, AB and AA. RGB value is (195,171,170). Sum of RGB (Red+Green+Blue) = 195+171+170=536 (70% of max value = 765). Red value is 195 (76.56% from 255 or 36.38% from 536); Green value is 171 (67.19% from 255 or 31.90% from 536); Blue value is 170 (66.80% from 255 or 31.72% from 536); Max value from RGB is 195 - color contains mainly: red. Hex color #C3ABAA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C3ABAA is #3C5455. Grayscale: #B2B2B2. Windows color (decimal): -3953750 or 11185091. OLE color: 11185091.

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

Color convert

RGB 195 171 170 -
CMYK 0 0.12 0.13 0.24
HSL 2.4º 0.17% 0.72% -
HSV(B) 2.4º 0.13% 0.76% -
XYZ 44.32 43.63 44.12 -
YUV 178.06 123.45 140.08 -
System Red Green Blue C M Y K H S L
Decimal 195 171 170 0 0.12 0.13 0.24 2.4 0.17 0.72
Hex C3 AB AA 0 C D 18 2 11 48
Octal 303 253 252 0 14 15 30 2 21 110
Binary 11000011 10101011 10101010 0 1100 1101 11000 10 10001 1001000

Color Harmonies of #C3ABAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3ABAA

Black with #C3ABAA

Text Example


Text Example

White with #C3ABAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3ABAA; }

 p { color: rgb(195,171,170); }

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

background-color css

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

 a { background-color: rgb(195,171,170); }

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

border-color css

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

 span { border-color: rgb(195,171,170); }

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