#CB046A

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

Shades of Ruby #CB046A

Tints of Ruby #CB046A

Color information

#CB046A (or 0xCB046A) is unknown color: approx Ruby. HEX triplet: CB, 04 and 6A. RGB value is (203,4,106). Sum of RGB (Red+Green+Blue) = 203+4+106=313 (41% of max value = 765). Red value is 203 (79.69% from 255 or 64.86% from 313); Green value is 4 (1.95% from 255 or 1.28% from 313); Blue value is 106 (41.80% from 255 or 33.87% from 313); Max value from RGB is 203 - color contains mainly: red. Hex color #CB046A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CB046A is #34FB95. Grayscale: #4A4A4A. Windows color (decimal): -3472278 or 6948043. OLE color: 6948043.

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

Color convert

RGB2034106-
CMYK00.980.480.20
HSL329.25º96.14%40.59%-
HSV(B)329.25º98.03%79.61%-
XYZ27.2713.8214.87-
YUV75.13145.43219.21-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 64.86%
GREEN value IS 4 (1.95% from 255) = 1.28%
BLUE value IS 106 (41.80% from 255) = 33.87%
R=64.86%
G=1.28%
B=33.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.48
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal203410600.980.480.20329.2596.1440.59
HexCB46A06230141496029
Octal31341520142602451114051
Binary11001011100110101001100010110000101001010010011100000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB046A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB046A; }

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

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

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

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

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

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

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

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