Shades of Ruby #CC1469
Tints of Ruby #CC1469
RGB
CMYK
RGB Variations
Color information
#CC1469 (or 0xCC1469) is known color: Ruby. HEX triplet: CC, 14 and 69. RGB value is (204,20,105). Sum of RGB (Red+Green+Blue) = 204+20+105=329 (43% of max value = 765). Red value is 204 (80.08% from 255 or 62.01% from 329); Green value is 20 (8.20% from 255 or 6.08% from 329); Blue value is 105 (41.41% from 255 or 31.91% from 329); Max value from RGB is 204 - color contains mainly: red. Hex color #CC1469 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CC1469 is #33EB96. Grayscale: #545454. Windows color (decimal): -3402647 or 6886604. OLE color: 6886604.
HSL color Cylindrical-coordinate representation of color #CC1469: hue angle of 332.28º 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 #CC1469 is Cyan = 0, Magento = 0.90, Yellow = 0.49 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 20 | 105 | - |
| CMYK | 0 | 0.90 | 0.49 | 0.2 |
| HSL | 332.28º | 0.82% | 0.44% | - |
| HSV(B) | 332.28º | 0.9% | 0.8% | - |
| XYZ | 27.7 | 14.36 | 14.68 | - |
| YUV | 84.71 | 139.46 | 213.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 20 | 105 | 0 | 0.90 | 0.49 | 0.2 | 332.28 | 0.82 | 0.44 |
| Hex | CC | 14 | 69 | 0 | 5A | 31 | 14 | 14C | 52 | 2C |
| Octal | 314 | 24 | 151 | 0 | 132 | 61 | 24 | 514 | 122 | 54 |
| Binary | 11001100 | 10100 | 1101001 | 0 | 1011010 | 110001 | 10100 | 101001100 | 1010010 | 101100 |
Color Harmonies of #CC1469
Complementary color
Monochromatic Colors of #CC1469
Black with #CC1469
Text Example
Text Example
White with #CC1469
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC1469; }
p { color: rgb(204,20,105); }
H1.HeaderClassName
{
color: #CC1469;
}
.AnyTagClassName
{
color: #CC1469;
}
</style>
background-color css
<style>
a { background-color: #CC1469; }
a { background-color: rgb(204,20,105); }
div.DivClassName
{
background-color: #CC1469;
}
.BgClassName
{
background-color: #CC1469;
}
</style>
border-color css
<style>
span { border-color: #CC1469; }
span { border-color: rgb(204,20,105); }
td.TdClassName
{
border-color: #CC1469;
}
.TagClassName
{
border-color: #CC1469;
}
</style>