Html Css Color HEX #C7AAAA Pink Swan

📋 copy color: '#C7AAAA'

red 199 ◦ green 170 ◦ blue 170

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

Shades of Pink Swan #C7AAAA

Tints of Pink Swan #C7AAAA

RGB

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

 GREEN value IS 170 (66.8% from 255) = 31.54%

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

R = 36.92%
G = 31.54%
B = 31.54%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.15

 K value IS 0.22

RGB Variations

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

Color information

#C7AAAA (or 0xC7AAAA) is known color: Pink Swan. HEX triplet: C7, AA and AA. RGB value is (199,170,170). Sum of RGB (Red+Green+Blue) = 199+170+170=539 (71% of max value = 765). Red value is 199 (78.12% from 255 or 36.92% from 539); Green value is 170 (66.80% from 255 or 31.54% from 539); Blue value is 170 (66.80% from 255 or 31.54% from 539); Max value from RGB is 199 - color contains mainly: red. Hex color #C7AAAA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C7AAAA is #385555. Grayscale: #B2B2B2. Windows color (decimal): -3691862 or 11184839. OLE color: 11184839.

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

Color convert

RGB 199 170 170 -
CMYK 0 0.15 0.15 0.22
HSL 0.21% 0.72% -
HSV(B) 0.15% 0.78% -
XYZ 45.18 43.79 44.1 -
YUV 178.67 123.11 142.5 -
System Red Green Blue C M Y K H S L
Decimal 199 170 170 0 0.15 0.15 0.22 0 0.21 0.72
Hex C7 AA AA 0 F F 16 0 15 48
Octal 307 252 252 0 17 17 26 0 25 110
Binary 11000111 10101010 10101010 0 1111 1111 10110 0 10101 1001000

Color Harmonies of #C7AAAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7AAAA

Black with #C7AAAA

Text Example


Text Example

White with #C7AAAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7AAAA; }

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

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

background-color css

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

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

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

border-color css

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

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

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