#C2B0B0

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

Shades of Pink Swan #C2B0B0

Tints of Pink Swan #C2B0B0

Color information

#C2B0B0 (or 0xC2B0B0) is unknown color: approx Pink Swan. HEX triplet: C2, B0 and B0. RGB value is (194,176,176). Sum of RGB (Red+Green+Blue) = 194+176+176=546 (72% of max value = 765). Red value is 194 (76.17% from 255 or 35.53% from 546); Green value is 176 (69.14% from 255 or 32.23% from 546); Blue value is 176 (69.14% from 255 or 32.23% from 546); Max value from RGB is 194 - color contains mainly: red. Hex color #C2B0B0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C2B0B0 is #3D4F4F. Grayscale: #B5B5B5. Windows color (decimal): -4018000 or 11579586. OLE color: 11579586.

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

Color convert

RGB194176176-
CMYK00.090.090.24
HSL12.86%72.55%-
HSV(B)9.28%76.08%-
XYZ45.6145.6547.48-
YUV181.38124.96137-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 35.53%
GREEN value IS 176 (69.14% from 255) = 32.23%
BLUE value IS 176 (69.14% from 255) = 32.23%
R=35.53%
G=32.23%
B=32.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.09
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19417617600.090.090.24012.8672.55
HexC2B0B0099180d49
Octal3022602600111130015111
Binary11000010101100001011000001001100111000011011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2B0B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2B0B0; }

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

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

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

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

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

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

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

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