#C3ADAD

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

Shades of Pink Swan #C3ADAD

Tints of Pink Swan #C3ADAD

Color information

#C3ADAD (or 0xC3ADAD) is unknown color: approx Pink Swan. HEX triplet: C3, AD and AD. RGB value is (195,173,173). Sum of RGB (Red+Green+Blue) = 195+173+173=541 (71% of max value = 765). Red value is 195 (76.56% from 255 or 36.04% from 541); Green value is 173 (67.97% from 255 or 31.98% from 541); Blue value is 173 (67.97% from 255 or 31.98% from 541); Max value from RGB is 195 - color contains mainly: red. Hex color #C3ADAD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C3ADAD is #3C5252. Grayscale: #B3B3B3. Windows color (decimal): -3953235 or 11382211. OLE color: 11382211.

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

Color convert

RGB195173173-
CMYK00.110.110.24
HSL15.49%72.16%-
HSV(B)11.28%76.47%-
XYZ44.9944.5145.75-
YUV179.58124.29139-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 36.04%
GREEN value IS 173 (67.97% from 255) = 31.98%
BLUE value IS 173 (67.97% from 255) = 31.98%
R=36.04%
G=31.98%
B=31.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.11
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19517317300.110.110.24015.4972.16
HexC3ADAD0BB180f48
Octal3032552550131330017110
Binary11000011101011011010110101011101111000011111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3ADAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3ADAD; }

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

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

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

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

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

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

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

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