Shades of Ruby #CC1867
Tints of Ruby #CC1867
RGB
CMYK
RGB Variations
Color information
#CC1867 (or 0xCC1867) is known color: Ruby. HEX triplet: CC, 18 and 67. RGB value is (204,24,103). Sum of RGB (Red+Green+Blue) = 204+24+103=331 (43% of max value = 765). Red value is 204 (80.08% from 255 or 61.63% from 331); Green value is 24 (9.77% from 255 or 7.25% from 331); Blue value is 103 (40.62% from 255 or 31.12% from 331); Max value from RGB is 204 - color contains mainly: red. Hex color #CC1867 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CC1867 is #33E798. Grayscale: #565656. Windows color (decimal): -3401625 or 6756556. OLE color: 6756556.
HSL color Cylindrical-coordinate representation of color #CC1867: hue angle of 333.67º degrees, saturation: 0.79, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #CC1867 is Cyan = 0, Magento = 0.88, Yellow = 0.50 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 24 | 103 | - |
| CMYK | 0 | 0.88 | 0.50 | 0.2 |
| HSL | 333.67º | 0.79% | 0.45% | - |
| HSV(B) | 333.67º | 0.88% | 0.8% | - |
| XYZ | 27.68 | 14.47 | 14.17 | - |
| YUV | 86.83 | 137.13 | 211.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 24 | 103 | 0 | 0.88 | 0.50 | 0.2 | 333.67 | 0.79 | 0.45 |
| Hex | CC | 18 | 67 | 0 | 58 | 32 | 14 | 14E | 4F | 2D |
| Octal | 314 | 30 | 147 | 0 | 130 | 62 | 24 | 516 | 117 | 55 |
| Binary | 11001100 | 11000 | 1100111 | 0 | 1011000 | 110010 | 10100 | 101001110 | 1001111 | 101101 |
Color Harmonies of #CC1867
Complementary color
Monochromatic Colors of #CC1867
Black with #CC1867
Text Example
Text Example
White with #CC1867
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC1867; }
p { color: rgb(204,24,103); }
H1.HeaderClassName
{
color: #CC1867;
}
.AnyTagClassName
{
color: #CC1867;
}
</style>
background-color css
<style>
a { background-color: #CC1867; }
a { background-color: rgb(204,24,103); }
div.DivClassName
{
background-color: #CC1867;
}
.BgClassName
{
background-color: #CC1867;
}
</style>
border-color css
<style>
span { border-color: #CC1867; }
span { border-color: rgb(204,24,103); }
td.TdClassName
{
border-color: #CC1867;
}
.TagClassName
{
border-color: #CC1867;
}
</style>