#C0BBBA

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

Shades of Pink Swan #C0BBBA

Tints of Pink Swan #C0BBBA

Color information

#C0BBBA (or 0xC0BBBA) is unknown color: approx Pink Swan. HEX triplet: C0, BB and BA. RGB value is (192,187,186). Sum of RGB (Red+Green+Blue) = 192+187+186=565 (74% of max value = 765). Red value is 192 (75.39% from 255 or 33.98% from 565); Green value is 187 (73.44% from 255 or 33.10% from 565); Blue value is 186 (73.05% from 255 or 32.92% from 565); Max value from RGB is 192 - color contains mainly: red. Hex color #C0BBBA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C0BBBA is #3F4445. Grayscale: #BCBCBC. Windows color (decimal): -4146246 or 12237760. OLE color: 12237760.

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

Color convert

RGB192187186-
CMYK00.030.030.25
HSL10º4.55%74.12%-
HSV(B)10º3.12%75.29%-
XYZ48.3750.2953.61-
YUV188.38126.66130.58-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 33.98%
GREEN value IS 187 (73.44% from 255) = 33.10%
BLUE value IS 186 (73.05% from 255) = 32.92%
R=33.98%
G=33.10%
B=32.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.03
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19218718600.030.030.25104.5574.12
HexC0BBBA03319a54a
Octal30027327203331125112
Binary110000001011101110111010011111100110101011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0BBBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0BBBA; }

 p { color: rgb(192,187,186); }

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

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

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

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

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

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

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