#C3ADAA

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

Shades of Pink Swan #C3ADAA

Tints of Pink Swan #C3ADAA

Color information

#C3ADAA (or 0xC3ADAA) is unknown color: approx Pink Swan. HEX triplet: C3, AD and AA. RGB value is (195,173,170). Sum of RGB (Red+Green+Blue) = 195+173+170=538 (71% of max value = 765). Red value is 195 (76.56% from 255 or 36.25% from 538); Green value is 173 (67.97% from 255 or 32.16% from 538); Blue value is 170 (66.80% from 255 or 31.60% from 538); Max value from RGB is 195 - color contains mainly: red. Hex color #C3ADAA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C3ADAA is #3C5255. Grayscale: #B3B3B3. Windows color (decimal): -3953238 or 11185603. OLE color: 11185603.

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

Color convert

RGB195173170-
CMYK00.110.130.24
HSL7.2º17.24%71.57%-
HSV(B)7.2º12.82%76.47%-
XYZ44.744.3944.24-
YUV179.24122.79139.24-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 36.25%
GREEN value IS 173 (67.97% from 255) = 32.16%
BLUE value IS 170 (66.80% from 255) = 31.60%
R=36.25%
G=32.16%
B=31.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.13
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19517317000.110.130.247.217.2471.57
HexC3ADAA0BD1871148
Octal3032552520131530721110
Binary11000011101011011010101001011110111000111100011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3ADAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3ADAA; }

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

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

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

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

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

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

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

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