#CB045B

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

Shades of Ruby #CB045B

Tints of Ruby #CB045B

Color information

#CB045B (or 0xCB045B) is unknown color: approx Ruby. HEX triplet: CB, 04 and 5B. RGB value is (203,4,91). Sum of RGB (Red+Green+Blue) = 203+4+91=298 (39% of max value = 765). Red value is 203 (79.69% from 255 or 68.12% from 298); Green value is 4 (1.95% from 255 or 1.34% from 298); Blue value is 91 (35.94% from 255 or 30.54% from 298); Max value from RGB is 203 - color contains mainly: red. Hex color #CB045B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CB045B is #34FBA4. Grayscale: #494949. Windows color (decimal): -3472293 or 5965003. OLE color: 5965003.

HSL color Cylindrical-coordinate representation of color #CB045B: hue angle of 333.77º degrees, saturation: 0.96, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #CB045B is Cyan = 0, Magento = 0.98, Yellow = 0.55 and Black (K on CMYK) = 0.20.

Color convert

RGB203491-
CMYK00.980.550.20
HSL333.77º96.14%40.59%-
HSV(B)333.77º98.03%79.61%-
XYZ26.5613.5411.11-
YUV73.42137.93220.43-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 68.12%
GREEN value IS 4 (1.95% from 255) = 1.34%
BLUE value IS 91 (35.94% from 255) = 30.54%
R=68.12%
G=1.34%
B=30.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.55
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20349100.980.550.20333.7796.1440.59
HexCB45B062371414e6029
Octal31341330142672451614051
Binary11001011100101101101100010110111101001010011101100000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB045B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB045B; }

 p { color: rgb(203,4,91); }

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

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

 a { background-color: rgb(203,4,91); }

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

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

 span { border-color: rgb(203,4,91); }

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