Shades of Ruby #CC1067
Tints of Ruby #CC1067
RGB
CMYK
RGB Variations
Color information
#CC1067 (or 0xCC1067) is known color: Ruby. HEX triplet: CC, 10 and 67. RGB value is (204,16,103). Sum of RGB (Red+Green+Blue) = 204+16+103=323 (42% of max value = 765). Red value is 204 (80.08% from 255 or 63.16% from 323); Green value is 16 (6.64% from 255 or 4.95% from 323); Blue value is 103 (40.62% from 255 or 31.89% from 323); Max value from RGB is 204 - color contains mainly: red. Hex color #CC1067 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CC1067 is #33EF98. Grayscale: #515151. Windows color (decimal): -3403673 or 6754508. OLE color: 6754508.
HSL color Cylindrical-coordinate representation of color #CC1067: hue angle of 332.23º degrees, saturation: 0.85, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #CC1067 is Cyan = 0, Magento = 0.92, Yellow = 0.50 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 16 | 103 | - |
| CMYK | 0 | 0.92 | 0.50 | 0.2 |
| HSL | 332.23º | 0.85% | 0.43% | - |
| HSV(B) | 332.23º | 0.92% | 0.8% | - |
| XYZ | 27.54 | 14.19 | 14.12 | - |
| YUV | 82.13 | 139.78 | 214.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 16 | 103 | 0 | 0.92 | 0.50 | 0.2 | 332.23 | 0.85 | 0.43 |
| Hex | CC | 10 | 67 | 0 | 5C | 32 | 14 | 14C | 55 | 2B |
| Octal | 314 | 20 | 147 | 0 | 134 | 62 | 24 | 514 | 125 | 53 |
| Binary | 11001100 | 10000 | 1100111 | 0 | 1011100 | 110010 | 10100 | 101001100 | 1010101 | 101011 |
Color Harmonies of #CC1067
Complementary color
Monochromatic Colors of #CC1067
Black with #CC1067
Text Example
Text Example
White with #CC1067
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC1067; }
p { color: rgb(204,16,103); }
H1.HeaderClassName
{
color: #CC1067;
}
.AnyTagClassName
{
color: #CC1067;
}
</style>
background-color css
<style>
a { background-color: #CC1067; }
a { background-color: rgb(204,16,103); }
div.DivClassName
{
background-color: #CC1067;
}
.BgClassName
{
background-color: #CC1067;
}
</style>
border-color css
<style>
span { border-color: #CC1067; }
span { border-color: rgb(204,16,103); }
td.TdClassName
{
border-color: #CC1067;
}
.TagClassName
{
border-color: #CC1067;
}
</style>