#CB1764

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

Shades of Ruby #CB1764

Tints of Ruby #CB1764

Color information

#CB1764 (or 0xCB1764) is unknown color: approx Ruby. HEX triplet: CB, 17 and 64. RGB value is (203,23,100). Sum of RGB (Red+Green+Blue) = 203+23+100=326 (43% of max value = 765). Red value is 203 (79.69% from 255 or 62.27% from 326); Green value is 23 (9.38% from 255 or 7.06% from 326); Blue value is 100 (39.45% from 255 or 30.67% from 326); Max value from RGB is 203 - color contains mainly: red. Hex color #CB1764 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CB1764 is #34E89B. Grayscale: #555555. Windows color (decimal): -3467420 or 6559691. OLE color: 6559691.

HSL color Cylindrical-coordinate representation of color #CB1764: hue angle of 334.33º 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 #CB1764 is Cyan = 0, Magento = 0.89, Yellow = 0.51 and Black (K on CMYK) = 0.20.

Color convert

RGB20323100-
CMYK00.890.510.20
HSL334.33º79.65%44.31%-
HSV(B)334.33º88.67%79.61%-
XYZ27.2414.2313.37-
YUV85.6136.13211.74-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 62.27%
GREEN value IS 23 (9.38% from 255) = 7.06%
BLUE value IS 100 (39.45% from 255) = 30.67%
R=62.27%
G=7.06%
B=30.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.51
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2032310000.890.510.20334.3379.6544.31
HexCB1764059331414e502c
Octal313271440131632451612054
Binary1100101110111110010001011001110011101001010011101010000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB1764

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB1764; }

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

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

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

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

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

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

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

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