#C3B0B0

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

Shades of Pink Swan #C3B0B0

Tints of Pink Swan #C3B0B0

Color information

#C3B0B0 (or 0xC3B0B0) is unknown color: approx Pink Swan. HEX triplet: C3, B0 and B0. RGB value is (195,176,176). Sum of RGB (Red+Green+Blue) = 195+176+176=547 (72% of max value = 765). Red value is 195 (76.56% from 255 or 35.65% from 547); Green value is 176 (69.14% from 255 or 32.18% from 547); Blue value is 176 (69.14% from 255 or 32.18% from 547); Max value from RGB is 195 - color contains mainly: red. Hex color #C3B0B0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C3B0B0 is #3C4F4F. Grayscale: #B5B5B5. Windows color (decimal): -3952464 or 11579587. OLE color: 11579587.

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

Color convert

RGB195176176-
CMYK00.100.100.24
HSL13.67%72.75%-
HSV(B)9.74%76.47%-
XYZ45.8745.7947.49-
YUV181.68124.79137.5-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 35.65%
GREEN value IS 176 (69.14% from 255) = 32.18%
BLUE value IS 176 (69.14% from 255) = 32.18%
R=35.65%
G=32.18%
B=32.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.10
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19517617600.100.100.24013.6772.75
HexC3B0B00AA180e49
Octal3032602600121230016111
Binary11000011101100001011000001010101011000011101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3B0B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3B0B0; }

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

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

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

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

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

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

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

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