#C8ADAD

Color #C8ADAD Pink Swan (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pink Swan #C8ADAD

Tints of Pink Swan #C8ADAD

Color information

#C8ADAD (or 0xC8ADAD) is unknown color: approx Pink Swan. HEX triplet: C8, AD and AD. RGB value is (200,173,173). Sum of RGB (Red+Green+Blue) = 200+173+173=546 (72% of max value = 765). Red value is 200 (78.52% from 255 or 36.63% from 546); Green value is 173 (67.97% from 255 or 31.68% from 546); Blue value is 173 (67.97% from 255 or 31.68% from 546); Max value from RGB is 200 - color contains mainly: red. Hex color #C8ADAD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C8ADAD is #375252. Grayscale: #B5B5B5. Windows color (decimal): -3625555 or 11382216. OLE color: 11382216.

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

Color convert

RGB200173173-
CMYK00.140.140.22
HSL19.71%73.14%-
HSV(B)13.5%78.43%-
XYZ46.3145.1845.82-
YUV181.07123.45141.5-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 36.63%
GREEN value IS 173 (67.97% from 255) = 31.68%
BLUE value IS 173 (67.97% from 255) = 31.68%
R=36.63%
G=31.68%
B=31.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.14
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20017317300.140.140.22019.7173.14
HexC8ADAD0EE1601449
Octal3102552550161626024111
Binary110010001010110110101101011101110101100101001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8ADAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8ADAD; }

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

 H1.HeaderClassName
 {
   color: #C8ADAD;
 }
 .AnyTagClassName
 {
   color: #C8ADAD;
 }
</style>
background-color css

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

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

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

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

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

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