Shades of Ruby #CC0765
Tints of Ruby #CC0765
RGB
CMYK
RGB Variations
Color information
#CC0765 (or 0xCC0765) is known color: Ruby. HEX triplet: CC, 07 and 65. RGB value is (204,7,101). Sum of RGB (Red+Green+Blue) = 204+7+101=312 (41% of max value = 765). Red value is 204 (80.08% from 255 or 65.38% from 312); Green value is 7 (3.12% from 255 or 2.24% from 312); Blue value is 101 (39.84% from 255 or 32.37% from 312); Max value from RGB is 204 - color contains mainly: red. Hex color #CC0765 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CC0765 is #33F89A. Grayscale: #4C4C4C. Windows color (decimal): -3405979 or 6621132. OLE color: 6621132.
HSL color Cylindrical-coordinate representation of color #CC0765: hue angle of 331.37º degrees, saturation: 0.93, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #CC0765 is Cyan = 0, Magento = 0.97, Yellow = 0.50 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 7 | 101 | - |
| CMYK | 0 | 0.97 | 0.50 | 0.2 |
| HSL | 331.37º | 0.93% | 0.41% | - |
| HSV(B) | 331.37º | 0.97% | 0.8% | - |
| XYZ | 27.33 | 13.93 | 13.56 | - |
| YUV | 76.62 | 141.77 | 218.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 7 | 101 | 0 | 0.97 | 0.50 | 0.2 | 331.37 | 0.93 | 0.41 |
| Hex | CC | 7 | 65 | 0 | 61 | 32 | 14 | 14B | 5D | 29 |
| Octal | 314 | 7 | 145 | 0 | 141 | 62 | 24 | 513 | 135 | 51 |
| Binary | 11001100 | 111 | 1100101 | 0 | 1100001 | 110010 | 10100 | 101001011 | 1011101 | 101001 |
Color Harmonies of #CC0765
Complementary color
Monochromatic Colors of #CC0765
Black with #CC0765
Text Example
Text Example
White with #CC0765
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC0765; }
p { color: rgb(204,7,101); }
H1.HeaderClassName
{
color: #CC0765;
}
.AnyTagClassName
{
color: #CC0765;
}
</style>
background-color css
<style>
a { background-color: #CC0765; }
a { background-color: rgb(204,7,101); }
div.DivClassName
{
background-color: #CC0765;
}
.BgClassName
{
background-color: #CC0765;
}
</style>
border-color css
<style>
span { border-color: #CC0765; }
span { border-color: rgb(204,7,101); }
td.TdClassName
{
border-color: #CC0765;
}
.TagClassName
{
border-color: #CC0765;
}
</style>