Html Css Color HEX #C7ADAD Pink Swan

📋 copy color: '#C7ADAD'

red 199 ◦ green 173 ◦ blue 173

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

Shades of Pink Swan #C7ADAD

Tints of Pink Swan #C7ADAD

RGB

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

 GREEN value IS 173 (67.97% from 255) = 31.74%

 BLUE value IS 173 (67.97% from 255) = 31.74%

R = 36.51%
G = 31.74%
B = 31.74%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.13

 K value IS 0.22

RGB Variations

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

Color information

#C7ADAD (or 0xC7ADAD) is known color: Pink Swan. HEX triplet: C7, AD and AD. RGB value is (199,173,173). Sum of RGB (Red+Green+Blue) = 199+173+173=545 (72% of max value = 765). Red value is 199 (78.12% from 255 or 36.51% from 545); Green value is 173 (67.97% from 255 or 31.74% from 545); Blue value is 173 (67.97% from 255 or 31.74% from 545); Max value from RGB is 199 - color contains mainly: red. Hex color #C7ADAD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C7ADAD is #385252. Grayscale: #B4B4B4. Windows color (decimal): -3691091 or 11382215. OLE color: 11382215.

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

Color convert

RGB 199 173 173 -
CMYK 0 0.13 0.13 0.22
HSL 0.19% 0.73% -
HSV(B) 0.13% 0.78% -
XYZ 46.04 45.05 45.8 -
YUV 180.77 123.61 141 -
System Red Green Blue C M Y K H S L
Decimal 199 173 173 0 0.13 0.13 0.22 0 0.19 0.73
Hex C7 AD AD 0 D D 16 0 13 49
Octal 307 255 255 0 15 15 26 0 23 111
Binary 11000111 10101101 10101101 0 1101 1101 10110 0 10011 1001001

Color Harmonies of #C7ADAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7ADAD

Black with #C7ADAD

Text Example


Text Example

White with #C7ADAD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7ADAD; }

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

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

background-color css

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

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

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

border-color css

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

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

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