#C0BACB

Color #C0BACB Moon Raker (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Moon Raker #C0BACB

Tints of Moon Raker #C0BACB

Color information

#C0BACB (or 0xC0BACB) is unknown color: approx Moon Raker. HEX triplet: C0, BA and CB. RGB value is (192,186,203). Sum of RGB (Red+Green+Blue) = 192+186+203=581 (76% of max value = 765). Red value is 192 (75.39% from 255 or 33.05% from 581); Green value is 186 (73.05% from 255 or 32.01% from 581); Blue value is 203 (79.69% from 255 or 34.94% from 581); Max value from RGB is 203 - color contains mainly: blue. Hex color #C0BACB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C0BACB is #3F4534. Grayscale: #BDBDBD. Windows color (decimal): -4146485 or 13351616. OLE color: 13351616.

HSL color Cylindrical-coordinate representation of color #C0BACB: hue angle of 261.18º degrees, saturation: 0.14, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #C0BACB is Cyan = 0.05, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB192186203-
CMYK0.050.0800.20
HSL261.18º14.05%76.27%-
HSV(B)261.18º8.37%79.61%-
XYZ50.0850.6463.63-
YUV189.73135.49129.62-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 33.05%
GREEN value IS 186 (73.05% from 255) = 32.01%
BLUE value IS 203 (79.69% from 255) = 34.94%
R=33.05%
G=32.01%
B=34.94%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1921862030.050.0800.20261.1814.0576.27
HexC0BACB58014105e4c
Octal30027231351002440516114
Binary110000001011101011001011101100001010010000010111101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0BACB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0BACB; }

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

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

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

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

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

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

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

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