Shades of Razzmatazz #CA0850
Tints of Razzmatazz #CA0850
RGB
CMYK
RGB Variations
Color information
#CA0850 (or 0xCA0850) is known color: Razzmatazz. HEX triplet: CA, 08 and 50. RGB value is (202,8,80). Sum of RGB (Red+Green+Blue) = 202+8+80=290 (38% of max value = 765). Red value is 202 (79.30% from 255 or 69.66% from 290); Green value is 8 (3.52% from 255 or 2.76% from 290); Blue value is 80 (31.64% from 255 or 27.59% from 290); Max value from RGB is 202 - color contains mainly: red. Hex color #CA0850 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CA0850 is #35F7AF. Grayscale: #4A4A4A. Windows color (decimal): -3536816 or 5245130. OLE color: 5245130.
HSL color Cylindrical-coordinate representation of color #CA0850: hue angle of 337.73º degrees, saturation: 0.92, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #CA0850 is Cyan = 0, Magento = 0.96, Yellow = 0.60 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 8 | 80 | - |
| CMYK | 0 | 0.96 | 0.60 | 0.21 |
| HSL | 337.73º | 0.92% | 0.41% | - |
| HSV(B) | 337.73º | 0.96% | 0.79% | - |
| XYZ | 25.89 | 13.31 | 8.79 | - |
| YUV | 74.21 | 131.27 | 219.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 8 | 80 | 0 | 0.96 | 0.60 | 0.21 | 337.73 | 0.92 | 0.41 |
| Hex | CA | 8 | 50 | 0 | 60 | 3C | 15 | 152 | 5C | 29 |
| Octal | 312 | 10 | 120 | 0 | 140 | 74 | 25 | 522 | 134 | 51 |
| Binary | 11001010 | 1000 | 1010000 | 0 | 1100000 | 111100 | 10101 | 101010010 | 1011100 | 101001 |
Color Harmonies of #CA0850
Complementary color
Monochromatic Colors of #CA0850
Black with #CA0850
Text Example
Text Example
White with #CA0850
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA0850; }
p { color: rgb(202,8,80); }
H1.HeaderClassName
{
color: #CA0850;
}
.AnyTagClassName
{
color: #CA0850;
}
</style>
background-color css
<style>
a { background-color: #CA0850; }
a { background-color: rgb(202,8,80); }
div.DivClassName
{
background-color: #CA0850;
}
.BgClassName
{
background-color: #CA0850;
}
</style>
border-color css
<style>
span { border-color: #CA0850; }
span { border-color: rgb(202,8,80); }
td.TdClassName
{
border-color: #CA0850;
}
.TagClassName
{
border-color: #CA0850;
}
</style>