#C3AFAD

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

Shades of Pink Swan #C3AFAD

Tints of Pink Swan #C3AFAD

Color information

#C3AFAD (or 0xC3AFAD) is unknown color: approx Pink Swan. HEX triplet: C3, AF and AD. RGB value is (195,175,173). Sum of RGB (Red+Green+Blue) = 195+175+173=543 (71% of max value = 765). Red value is 195 (76.56% from 255 or 35.91% from 543); Green value is 175 (68.75% from 255 or 32.23% from 543); Blue value is 173 (67.97% from 255 or 31.86% from 543); Max value from RGB is 195 - color contains mainly: red. Hex color #C3AFAD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C3AFAD is #3C5052. Grayscale: #B4B4B4. Windows color (decimal): -3952723 or 11382723. OLE color: 11382723.

HSL color Cylindrical-coordinate representation of color #C3AFAD: hue angle of 5.45º 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 #C3AFAD is Cyan = 0, Magento = 0.10, Yellow = 0.11 and Black (K on CMYK) = 0.24.

Color convert

RGB195175173-
CMYK00.100.110.24
HSL5.45º15.49%72.16%-
HSV(B)5.45º11.28%76.47%-
XYZ45.3845.2845.88-
YUV180.75123.63138.16-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 35.91%
GREEN value IS 175 (68.75% from 255) = 32.23%
BLUE value IS 173 (67.97% from 255) = 31.86%
R=35.91%
G=32.23%
B=31.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.11
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19517517300.100.110.245.4515.4972.16
HexC3AFAD0AB185f48
Octal3032572550121330517110
Binary1100001110101111101011010101010111100010111111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3AFAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3AFAD; }

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

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

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

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

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

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

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

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