Shades of Ruby #CC1268
Tints of Ruby #CC1268
RGB
CMYK
RGB Variations
Color information
#CC1268 (or 0xCC1268) is known color: Ruby. HEX triplet: CC, 12 and 68. RGB value is (204,18,104). Sum of RGB (Red+Green+Blue) = 204+18+104=326 (43% of max value = 765). Red value is 204 (80.08% from 255 or 62.58% from 326); Green value is 18 (7.42% from 255 or 5.52% from 326); Blue value is 104 (41.02% from 255 or 31.90% from 326); Max value from RGB is 204 - color contains mainly: red. Hex color #CC1268 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CC1268 is #33ED97. Grayscale: #535353. Windows color (decimal): -3403160 or 6820556. OLE color: 6820556.
HSL color Cylindrical-coordinate representation of color #CC1268: hue angle of 332.26º degrees, saturation: 0.84, 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 #CC1268 is Cyan = 0, Magento = 0.91, Yellow = 0.49 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 18 | 104 | - |
| CMYK | 0 | 0.91 | 0.49 | 0.2 |
| HSL | 332.26º | 0.84% | 0.44% | - |
| HSV(B) | 332.26º | 0.91% | 0.8% | - |
| XYZ | 27.62 | 14.27 | 14.4 | - |
| YUV | 83.42 | 139.62 | 214.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 18 | 104 | 0 | 0.91 | 0.49 | 0.2 | 332.26 | 0.84 | 0.44 |
| Hex | CC | 12 | 68 | 0 | 5B | 31 | 14 | 14C | 54 | 2C |
| Octal | 314 | 22 | 150 | 0 | 133 | 61 | 24 | 514 | 124 | 54 |
| Binary | 11001100 | 10010 | 1101000 | 0 | 1011011 | 110001 | 10100 | 101001100 | 1010100 | 101100 |
Color Harmonies of #CC1268
Complementary color
Monochromatic Colors of #CC1268
Black with #CC1268
Text Example
Text Example
White with #CC1268
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC1268; }
p { color: rgb(204,18,104); }
H1.HeaderClassName
{
color: #CC1268;
}
.AnyTagClassName
{
color: #CC1268;
}
</style>
background-color css
<style>
a { background-color: #CC1268; }
a { background-color: rgb(204,18,104); }
div.DivClassName
{
background-color: #CC1268;
}
.BgClassName
{
background-color: #CC1268;
}
</style>
border-color css
<style>
span { border-color: #CC1268; }
span { border-color: rgb(204,18,104); }
td.TdClassName
{
border-color: #CC1268;
}
.TagClassName
{
border-color: #CC1268;
}
</style>