#C3B0AD

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

Shades of Pink Swan #C3B0AD

Tints of Pink Swan #C3B0AD

Color information

#C3B0AD (or 0xC3B0AD) is unknown color: approx Pink Swan. HEX triplet: C3, B0 and AD. RGB value is (195,176,173). Sum of RGB (Red+Green+Blue) = 195+176+173=544 (72% of max value = 765). Red value is 195 (76.56% from 255 or 35.85% from 544); Green value is 176 (69.14% from 255 or 32.35% from 544); Blue value is 173 (67.97% from 255 or 31.80% from 544); Max value from RGB is 195 - color contains mainly: red. Hex color #C3B0AD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C3B0AD is #3C4F52. Grayscale: #B5B5B5. Windows color (decimal): -3952467 or 11382979. OLE color: 11382979.

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

Color convert

RGB195176173-
CMYK00.100.110.24
HSL8.18º15.49%72.16%-
HSV(B)8.18º11.28%76.47%-
XYZ45.5745.6745.95-
YUV181.34123.29137.74-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 35.85%
GREEN value IS 176 (69.14% from 255) = 32.35%
BLUE value IS 173 (67.97% from 255) = 31.80%
R=35.85%
G=32.35%
B=31.80%

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
Decimal19517617300.100.110.248.1815.4972.16
HexC3B0AD0AB188f48
Octal30326025501213301017110
Binary11000011101100001010110101010101111000100011111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3B0AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3B0AD; }

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

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

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

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

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

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

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

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