#C3B0AE

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

Shades of Pink Swan #C3B0AE

Tints of Pink Swan #C3B0AE

Color information

#C3B0AE (or 0xC3B0AE) is unknown color: approx Pink Swan. HEX triplet: C3, B0 and AE. RGB value is (195,176,174). Sum of RGB (Red+Green+Blue) = 195+176+174=545 (72% of max value = 765). Red value is 195 (76.56% from 255 or 35.78% from 545); Green value is 176 (69.14% from 255 or 32.29% from 545); Blue value is 174 (68.36% from 255 or 31.93% from 545); Max value from RGB is 195 - color contains mainly: red. Hex color #C3B0AE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C3B0AE is #3C4F51. Grayscale: #B5B5B5. Windows color (decimal): -3952466 or 11448515. OLE color: 11448515.

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

Color convert

RGB195176174-
CMYK00.100.110.24
HSL5.71º14.89%72.35%-
HSV(B)5.71º10.77%76.47%-
XYZ45.6745.7146.46-
YUV181.45123.79137.66-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 35.78%
GREEN value IS 176 (69.14% from 255) = 32.29%
BLUE value IS 174 (68.36% from 255) = 31.93%
R=35.78%
G=32.29%
B=31.93%

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
Decimal19517617400.100.110.245.7114.8972.35
HexC3B0AE0AB186f48
Octal3032602560121330617110
Binary1100001110110000101011100101010111100011011111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3B0AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3B0AE; }

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

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

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

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

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

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

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

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