#C0B1B1

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

Shades of Pink Swan #C0B1B1

Tints of Pink Swan #C0B1B1

Color information

#C0B1B1 (or 0xC0B1B1) is unknown color: approx Pink Swan. HEX triplet: C0, B1 and B1. RGB value is (192,177,177). Sum of RGB (Red+Green+Blue) = 192+177+177=546 (72% of max value = 765). Red value is 192 (75.39% from 255 or 35.16% from 546); Green value is 177 (69.53% from 255 or 32.42% from 546); Blue value is 177 (69.53% from 255 or 32.42% from 546); Max value from RGB is 192 - color contains mainly: red. Hex color #C0B1B1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C0B1B1 is #3F4E4E. Grayscale: #B5B5B5. Windows color (decimal): -4148815 or 11645376. OLE color: 11645376.

HSL color Cylindrical-coordinate representation of color #C0B1B1: hue angle of 0º degrees, saturation: 0.11, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #C0B1B1 is Cyan = 0, Magento = 0.08, Yellow = 0.08 and Black (K on CMYK) = 0.25.

Color convert

RGB192177177-
CMYK00.080.080.25
HSL10.64%72.35%-
HSV(B)7.81%75.29%-
XYZ45.445.8348.05-
YUV181.48125.47135.5-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 35.16%
GREEN value IS 177 (69.53% from 255) = 32.42%
BLUE value IS 177 (69.53% from 255) = 32.42%
R=35.16%
G=32.42%
B=32.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.08
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19217717700.080.080.25010.6472.35
HexC0B1B1088190b48
Octal3002612610101031013110
Binary11000000101100011011000101000100011001010111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0B1B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0B1B1; }

 p { color: rgb(192,177,177); }

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

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

 a { background-color: rgb(192,177,177); }

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

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

 span { border-color: rgb(192,177,177); }

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