#CB2064

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

Shades of Ruby #CB2064

Tints of Ruby #CB2064

Color information

#CB2064 (or 0xCB2064) is unknown color: approx Ruby. HEX triplet: CB, 20 and 64. RGB value is (203,32,100). Sum of RGB (Red+Green+Blue) = 203+32+100=335 (44% of max value = 765). Red value is 203 (79.69% from 255 or 60.60% from 335); Green value is 32 (12.89% from 255 or 9.55% from 335); Blue value is 100 (39.45% from 255 or 29.85% from 335); Max value from RGB is 203 - color contains mainly: red. Hex color #CB2064 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CB2064 is #34DF9B. Grayscale: #5A5A5A. Windows color (decimal): -3465116 or 6561995. OLE color: 6561995.

HSL color Cylindrical-coordinate representation of color #CB2064: hue angle of 336.14º degrees, saturation: 0.73, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #CB2064 is Cyan = 0, Magento = 0.84, Yellow = 0.51 and Black (K on CMYK) = 0.20.

Color convert

RGB20332100-
CMYK00.840.510.20
HSL336.14º72.77%46.08%-
HSV(B)336.14º84.24%79.61%-
XYZ27.4514.6513.44-
YUV90.88133.15207.97-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 60.60%
GREEN value IS 32 (12.89% from 255) = 9.55%
BLUE value IS 100 (39.45% from 255) = 29.85%
R=60.60%
G=9.55%
B=29.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.51
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2033210000.840.510.20336.1472.7746.08
HexCB20640543314150492e
Octal313401440124632452011156
Binary11001011100000110010001010100110011101001010100001001001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB2064

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB2064; }

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

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

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

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

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

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

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

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