#CB1150

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

Shades of Ruby #CB1150

Tints of Ruby #CB1150

Color information

#CB1150 (or 0xCB1150) is unknown color: approx Ruby. HEX triplet: CB, 11 and 50. RGB value is (203,17,80). Sum of RGB (Red+Green+Blue) = 203+17+80=300 (39% of max value = 765). Red value is 203 (79.69% from 255 or 67.67% from 300); Green value is 17 (7.03% from 255 or 5.67% from 300); Blue value is 80 (31.64% from 255 or 26.67% from 300); Max value from RGB is 203 - color contains mainly: red. Hex color #CB1150 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CB1150 is #34EEAF. Grayscale: #4F4F4F. Windows color (decimal): -3468976 or 5247435. OLE color: 5247435.

HSL color Cylindrical-coordinate representation of color #CB1150: hue angle of 339.68º degrees, saturation: 0.85, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #CB1150 is Cyan = 0, Magento = 0.92, Yellow = 0.61 and Black (K on CMYK) = 0.20.

Color convert

RGB2031780-
CMYK00.920.610.20
HSL339.68º84.55%43.14%-
HSV(B)339.68º91.63%79.61%-
XYZ26.2813.688.84-
YUV79.8128.12215.88-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 67.67%
GREEN value IS 17 (7.03% from 255) = 5.67%
BLUE value IS 80 (31.64% from 255) = 26.67%
R=67.67%
G=5.67%
B=26.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.61
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal203178000.920.610.20339.6884.5543.14
HexCB115005C3D14154552b
Octal313211200134752452412553
Binary1100101110001101000001011100111101101001010101001010101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB1150

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB1150; }

 p { color: rgb(203,17,80); }

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

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

 a { background-color: rgb(203,17,80); }

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

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

 span { border-color: rgb(203,17,80); }

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