#CB1D5E

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

Shades of Ruby #CB1D5E

Tints of Ruby #CB1D5E

Color information

#CB1D5E (or 0xCB1D5E) is unknown color: approx Ruby. HEX triplet: CB, 1D and 5E. RGB value is (203,29,94). Sum of RGB (Red+Green+Blue) = 203+29+94=326 (43% of max value = 765). Red value is 203 (79.69% from 255 or 62.27% from 326); Green value is 29 (11.72% from 255 or 8.90% from 326); Blue value is 94 (37.11% from 255 or 28.83% from 326); Max value from RGB is 203 - color contains mainly: red. Hex color #CB1D5E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CB1D5E is #34E2A1. Grayscale: #585858. Windows color (decimal): -3465890 or 6168011. OLE color: 6168011.

HSL color Cylindrical-coordinate representation of color #CB1D5E: hue angle of 337.59º degrees, saturation: 0.75, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #CB1D5E is Cyan = 0, Magento = 0.86, Yellow = 0.54 and Black (K on CMYK) = 0.20.

Color convert

RGB2032994-
CMYK00.860.540.20
HSL337.59º75%45.49%-
HSV(B)337.59º85.71%79.61%-
XYZ27.0914.3811.94-
YUV88.44131.15209.71-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 62.27%
GREEN value IS 29 (11.72% from 255) = 8.90%
BLUE value IS 94 (37.11% from 255) = 28.83%
R=62.27%
G=8.90%
B=28.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.54
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal203299400.860.540.20337.597545.49
HexCB1D5E05636141524b2d
Octal313351360126662452211355
Binary1100101111101101111001010110110110101001010100101001011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB1D5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB1D5E; }

 p { color: rgb(203,29,94); }

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

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

 a { background-color: rgb(203,29,94); }

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

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

 span { border-color: rgb(203,29,94); }

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