#CB125C

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

Shades of Ruby #CB125C

Tints of Ruby #CB125C

Color information

#CB125C (or 0xCB125C) is unknown color: approx Ruby. HEX triplet: CB, 12 and 5C. RGB value is (203,18,92). Sum of RGB (Red+Green+Blue) = 203+18+92=313 (41% of max value = 765). Red value is 203 (79.69% from 255 or 64.86% from 313); Green value is 18 (7.42% from 255 or 5.75% from 313); Blue value is 92 (36.33% from 255 or 29.39% from 313); Max value from RGB is 203 - color contains mainly: red. Hex color #CB125C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CB125C is #34EDA3. Grayscale: #515151. Windows color (decimal): -3468708 or 6034123. OLE color: 6034123.

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

Color convert

RGB2031892-
CMYK00.910.550.20
HSL336º83.71%43.33%-
HSV(B)336º91.13%79.61%-
XYZ26.7813.911.4-
YUV81.75133.79214.48-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 64.86%
GREEN value IS 18 (7.42% from 255) = 5.75%
BLUE value IS 92 (36.33% from 255) = 29.39%
R=64.86%
G=5.75%
B=29.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.55
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal203189200.910.550.2033683.7143.33
HexCB125C05B3714150542b
Octal313221340133672452012453
Binary1100101110010101110001011011110111101001010100001010100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB125C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB125C; }

 p { color: rgb(203,18,92); }

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

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

 a { background-color: rgb(203,18,92); }

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

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

 span { border-color: rgb(203,18,92); }

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