Shades of Ruby #CC136D
Tints of Ruby #CC136D
RGB
CMYK
RGB Variations
Color information
#CC136D (or 0xCC136D) is known color: Ruby. HEX triplet: CC, 13 and 6D. RGB value is (204,19,109). Sum of RGB (Red+Green+Blue) = 204+19+109=332 (43% of max value = 765). Red value is 204 (80.08% from 255 or 61.45% from 332); Green value is 19 (7.81% from 255 or 5.72% from 332); Blue value is 109 (42.97% from 255 or 32.83% from 332); Max value from RGB is 204 - color contains mainly: red. Hex color #CC136D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CC136D is #33EC92. Grayscale: #545454. Windows color (decimal): -3402899 or 7148492. OLE color: 7148492.
HSL color Cylindrical-coordinate representation of color #CC136D: hue angle of 330.81º degrees, saturation: 0.83, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #CC136D is Cyan = 0, Magento = 0.91, Yellow = 0.47 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 19 | 109 | - |
| CMYK | 0 | 0.91 | 0.47 | 0.2 |
| HSL | 330.81º | 0.83% | 0.44% | - |
| HSV(B) | 330.81º | 0.91% | 0.8% | - |
| XYZ | 27.9 | 14.41 | 15.78 | - |
| YUV | 84.58 | 141.79 | 213.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 19 | 109 | 0 | 0.91 | 0.47 | 0.2 | 330.81 | 0.83 | 0.44 |
| Hex | CC | 13 | 6D | 0 | 5B | 2F | 14 | 14B | 53 | 2C |
| Octal | 314 | 23 | 155 | 0 | 133 | 57 | 24 | 513 | 123 | 54 |
| Binary | 11001100 | 10011 | 1101101 | 0 | 1011011 | 101111 | 10100 | 101001011 | 1010011 | 101100 |
Color Harmonies of #CC136D
Complementary color
Monochromatic Colors of #CC136D
Black with #CC136D
Text Example
Text Example
White with #CC136D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC136D; }
p { color: rgb(204,19,109); }
H1.HeaderClassName
{
color: #CC136D;
}
.AnyTagClassName
{
color: #CC136D;
}
</style>
background-color css
<style>
a { background-color: #CC136D; }
a { background-color: rgb(204,19,109); }
div.DivClassName
{
background-color: #CC136D;
}
.BgClassName
{
background-color: #CC136D;
}
</style>
border-color css
<style>
span { border-color: #CC136D; }
span { border-color: rgb(204,19,109); }
td.TdClassName
{
border-color: #CC136D;
}
.TagClassName
{
border-color: #CC136D;
}
</style>