#C0B2B0

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

Shades of Pink Swan #C0B2B0

Tints of Pink Swan #C0B2B0

Color information

#C0B2B0 (or 0xC0B2B0) is unknown color: approx Pink Swan. HEX triplet: C0, B2 and B0. RGB value is (192,178,176). Sum of RGB (Red+Green+Blue) = 192+178+176=546 (72% of max value = 765). Red value is 192 (75.39% from 255 or 35.16% from 546); Green value is 178 (69.92% from 255 or 32.60% from 546); Blue value is 176 (69.14% from 255 or 32.23% from 546); Max value from RGB is 192 - color contains mainly: red. Hex color #C0B2B0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C0B2B0 is #3F4D4F. Grayscale: #B5B5B5. Windows color (decimal): -4148560 or 11580096. OLE color: 11580096.

HSL color Cylindrical-coordinate representation of color #C0B2B0: hue angle of 7.5º 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 #C0B2B0 is Cyan = 0, Magento = 0.07, Yellow = 0.08 and Black (K on CMYK) = 0.25.

Color convert

RGB192178176-
CMYK00.070.080.25
HSL7.5º11.27%72.16%-
HSV(B)7.5º8.33%75.29%-
XYZ45.546.1847.59-
YUV181.96124.64135.16-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 35.16%
GREEN value IS 178 (69.92% from 255) = 32.60%
BLUE value IS 176 (69.14% from 255) = 32.23%
R=35.16%
G=32.60%
B=32.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.08
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19217817600.070.080.257.511.2772.16
HexC0B2B0078198b48
Octal3002622600710311013110
Binary1100000010110010101100000111100011001100010111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0B2B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0B2B0; }

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

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

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

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

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

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

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

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