#CB0F6A

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

Shades of Ruby #CB0F6A

Tints of Ruby #CB0F6A

Color information

#CB0F6A (or 0xCB0F6A) is unknown color: approx Ruby. HEX triplet: CB, 0F and 6A. RGB value is (203,15,106). Sum of RGB (Red+Green+Blue) = 203+15+106=324 (42% of max value = 765). Red value is 203 (79.69% from 255 or 62.65% from 324); Green value is 15 (6.25% from 255 or 4.63% from 324); Blue value is 106 (41.80% from 255 or 32.72% from 324); Max value from RGB is 203 - color contains mainly: red. Hex color #CB0F6A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CB0F6A is #34F095. Grayscale: #515151. Windows color (decimal): -3469462 or 6950859. OLE color: 6950859.

HSL color Cylindrical-coordinate representation of color #CB0F6A: hue angle of 330.96º degrees, saturation: 0.86, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #CB0F6A is Cyan = 0, Magento = 0.93, Yellow = 0.48 and Black (K on CMYK) = 0.20.

Color convert

RGB20315106-
CMYK00.930.480.20
HSL330.96º86.24%42.75%-
HSV(B)330.96º92.61%79.61%-
XYZ27.414.0814.91-
YUV81.59141.78214.6-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 62.65%
GREEN value IS 15 (6.25% from 255) = 4.63%
BLUE value IS 106 (41.80% from 255) = 32.72%
R=62.65%
G=4.63%
B=32.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.48
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2031510600.930.480.20330.9686.2442.75
HexCBF6A05D301414b562b
Octal313171520135602451312653
Binary110010111111110101001011101110000101001010010111010110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB0F6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB0F6A; }

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

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

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

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

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

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

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

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