#C4B2B0

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

Shades of Pink Swan #C4B2B0

Tints of Pink Swan #C4B2B0

Color information

#C4B2B0 (or 0xC4B2B0) is unknown color: approx Pink Swan. HEX triplet: C4, B2 and B0. RGB value is (196,178,176). Sum of RGB (Red+Green+Blue) = 196+178+176=550 (72% of max value = 765). Red value is 196 (76.95% from 255 or 35.64% from 550); Green value is 178 (69.92% from 255 or 32.36% from 550); Blue value is 176 (69.14% from 255 or 32% from 550); Max value from RGB is 196 - color contains mainly: red. Hex color #C4B2B0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C4B2B0 is #3B4D4F. Grayscale: #B7B7B7. Windows color (decimal): -3886416 or 11580100. OLE color: 11580100.

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

Color convert

RGB196178176-
CMYK00.090.100.23
HSL14.49%72.94%-
HSV(B)10.2%76.86%-
XYZ46.5246.7147.64-
YUV183.15123.96137.16-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 35.64%
GREEN value IS 178 (69.92% from 255) = 32.36%
BLUE value IS 176 (69.14% from 255) = 32%
R=35.64%
G=32.36%
B=32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.10
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19617817600.090.100.23614.4972.94
HexC4B2B009A176e49
Octal3042622600111227616111
Binary1100010010110010101100000100110101011111011101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4B2B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4B2B0; }

 p { color: rgb(196,178,176); }

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

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

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

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

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

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

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