Shades of Ruby #CC1467
Tints of Ruby #CC1467
RGB
CMYK
RGB Variations
Color information
#CC1467 (or 0xCC1467) is known color: Ruby. HEX triplet: CC, 14 and 67. RGB value is (204,20,103). Sum of RGB (Red+Green+Blue) = 204+20+103=327 (43% of max value = 765). Red value is 204 (80.08% from 255 or 62.39% from 327); Green value is 20 (8.20% from 255 or 6.12% from 327); Blue value is 103 (40.62% from 255 or 31.50% from 327); Max value from RGB is 204 - color contains mainly: red. Hex color #CC1467 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CC1467 is #33EB98. Grayscale: #545454. Windows color (decimal): -3402649 or 6755532. OLE color: 6755532.
HSL color Cylindrical-coordinate representation of color #CC1467: hue angle of 332.93º degrees, saturation: 0.82, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #CC1467 is Cyan = 0, Magento = 0.90, Yellow = 0.50 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 20 | 103 | - |
| CMYK | 0 | 0.90 | 0.50 | 0.2 |
| HSL | 332.93º | 0.82% | 0.44% | - |
| HSV(B) | 332.93º | 0.9% | 0.8% | - |
| XYZ | 27.6 | 14.32 | 14.14 | - |
| YUV | 84.48 | 138.46 | 213.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 20 | 103 | 0 | 0.90 | 0.50 | 0.2 | 332.93 | 0.82 | 0.44 |
| Hex | CC | 14 | 67 | 0 | 5A | 32 | 14 | 14D | 52 | 2C |
| Octal | 314 | 24 | 147 | 0 | 132 | 62 | 24 | 515 | 122 | 54 |
| Binary | 11001100 | 10100 | 1100111 | 0 | 1011010 | 110010 | 10100 | 101001101 | 1010010 | 101100 |
Color Harmonies of #CC1467
Complementary color
Monochromatic Colors of #CC1467
Black with #CC1467
Text Example
Text Example
White with #CC1467
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC1467; }
p { color: rgb(204,20,103); }
H1.HeaderClassName
{
color: #CC1467;
}
.AnyTagClassName
{
color: #CC1467;
}
</style>
background-color css
<style>
a { background-color: #CC1467; }
a { background-color: rgb(204,20,103); }
div.DivClassName
{
background-color: #CC1467;
}
.BgClassName
{
background-color: #CC1467;
}
</style>
border-color css
<style>
span { border-color: #CC1467; }
span { border-color: rgb(204,20,103); }
td.TdClassName
{
border-color: #CC1467;
}
.TagClassName
{
border-color: #CC1467;
}
</style>