#CB1760

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

Shades of Ruby #CB1760

Tints of Ruby #CB1760

Color information

#CB1760 (or 0xCB1760) is unknown color: approx Ruby. HEX triplet: CB, 17 and 60. RGB value is (203,23,96). Sum of RGB (Red+Green+Blue) = 203+23+96=322 (42% of max value = 765). Red value is 203 (79.69% from 255 or 63.04% from 322); Green value is 23 (9.38% from 255 or 7.14% from 322); Blue value is 96 (37.89% from 255 or 29.81% from 322); Max value from RGB is 203 - color contains mainly: red. Hex color #CB1760 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CB1760 is #34E89F. Grayscale: #555555. Windows color (decimal): -3467424 or 6297547. OLE color: 6297547.

HSL color Cylindrical-coordinate representation of color #CB1760: hue angle of 335.67º degrees, saturation: 0.8, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #CB1760 is Cyan = 0, Magento = 0.89, Yellow = 0.53 and Black (K on CMYK) = 0.20.

Color convert

RGB2032396-
CMYK00.890.530.20
HSL335.67º79.65%44.31%-
HSV(B)335.67º88.67%79.61%-
XYZ27.0514.1512.37-
YUV85.14134.13212.06-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 63.04%
GREEN value IS 23 (9.38% from 255) = 7.14%
BLUE value IS 96 (37.89% from 255) = 29.81%
R=63.04%
G=7.14%
B=29.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.53
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal203239600.890.530.20335.6779.6544.31
HexCB17600593514150502c
Octal313271400131652452012054
Binary1100101110111110000001011001110101101001010100001010000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB1760

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB1760; }

 p { color: rgb(203,23,96); }

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

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

 a { background-color: rgb(203,23,96); }

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

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

 span { border-color: rgb(203,23,96); }

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