Html Css Color HEX #C7ABAB Pink Swan

📋 copy color: '#C7ABAB'

red 199 ◦ green 171 ◦ blue 171

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

Shades of Pink Swan #C7ABAB

Tints of Pink Swan #C7ABAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 31.61%

R = 36.78%
G = 31.61%
B = 31.61%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.14

 K value IS 0.22

RGB Variations

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

Color information

#C7ABAB (or 0xC7ABAB) is known color: Pink Swan. HEX triplet: C7, AB and AB. RGB value is (199,171,171). Sum of RGB (Red+Green+Blue) = 199+171+171=541 (71% of max value = 765). Red value is 199 (78.12% from 255 or 36.78% from 541); Green value is 171 (67.19% from 255 or 31.61% from 541); Blue value is 171 (67.19% from 255 or 31.61% from 541); Max value from RGB is 199 - color contains mainly: red. Hex color #C7ABAB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C7ABAB is #385454. Grayscale: #B3B3B3. Windows color (decimal): -3691605 or 11250631. OLE color: 11250631.

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

Color convert

RGB 199 171 171 -
CMYK 0 0.14 0.14 0.22
HSL 0.2% 0.73% -
HSV(B) 0.14% 0.78% -
XYZ 45.47 44.21 44.66 -
YUV 179.37 123.28 142 -
System Red Green Blue C M Y K H S L
Decimal 199 171 171 0 0.14 0.14 0.22 0 0.2 0.73
Hex C7 AB AB 0 E E 16 0 14 49
Octal 307 253 253 0 16 16 26 0 24 111
Binary 11000111 10101011 10101011 0 1110 1110 10110 0 10100 1001001

Color Harmonies of #C7ABAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7ABAB

Black with #C7ABAB

Text Example


Text Example

White with #C7ABAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7ABAB; }

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

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

background-color css

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

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

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

border-color css

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

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

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