Html Css Color HEX #C7ABAA Pink Swan

📋 copy color: '#C7ABAA'

red 199 ◦ green 171 ◦ blue 170

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

Shades of Pink Swan #C7ABAA

Tints of Pink Swan #C7ABAA

RGB

 RED value IS 199 (78.13% from 255) = 36.85%

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

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

R = 36.85%
G = 31.67%
B = 31.48%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.15

 K value IS 0.22

RGB Variations

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

Color information

#C7ABAA (or 0xC7ABAA) is known color: Pink Swan. HEX triplet: C7, AB and AA. RGB value is (199,171,170). Sum of RGB (Red+Green+Blue) = 199+171+170=540 (71% of max value = 765). Red value is 199 (78.12% from 255 or 36.85% from 540); Green value is 171 (67.19% from 255 or 31.67% from 540); Blue value is 170 (66.80% from 255 or 31.48% from 540); Max value from RGB is 199 - color contains mainly: red. Hex color #C7ABAA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C7ABAA is #385455. Grayscale: #B3B3B3. Windows color (decimal): -3691606 or 11185095. OLE color: 11185095.

HSL color Cylindrical-coordinate representation of color #C7ABAA: hue angle of 2.07º degrees, saturation: 0.21, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #C7ABAA is Cyan = 0, Magento = 0.14, Yellow = 0.15 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 171 170 -
CMYK 0 0.14 0.15 0.22
HSL 2.07º 0.21% 0.72% -
HSV(B) 2.07º 0.15% 0.78% -
XYZ 45.37 44.17 44.16 -
YUV 179.26 122.78 142.08 -
System Red Green Blue C M Y K H S L
Decimal 199 171 170 0 0.14 0.15 0.22 2.07 0.21 0.72
Hex C7 AB AA 0 E F 16 2 15 48
Octal 307 253 252 0 16 17 26 2 25 110
Binary 11000111 10101011 10101010 0 1110 1111 10110 10 10101 1001000

Color Harmonies of #C7ABAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7ABAA

Black with #C7ABAA

Text Example


Text Example

White with #C7ABAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7ABAA; }

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

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

background-color css

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

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

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

border-color css

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

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

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