Shades of Razzmatazz #CB084D
Tints of Razzmatazz #CB084D
RGB
CMYK
RGB Variations
Color information
#CB084D (or 0xCB084D) is known color: Razzmatazz. HEX triplet: CB, 08 and 4D. RGB value is (203,8,77). Sum of RGB (Red+Green+Blue) = 203+8+77=288 (38% of max value = 765). Red value is 203 (79.69% from 255 or 70.49% from 288); Green value is 8 (3.52% from 255 or 2.78% from 288); Blue value is 77 (30.47% from 255 or 26.74% from 288); Max value from RGB is 203 - color contains mainly: red. Hex color #CB084D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CB084D is #34F7B2. Grayscale: #4A4A4A. Windows color (decimal): -3471283 or 5048523. OLE color: 5048523.
HSL color Cylindrical-coordinate representation of color #CB084D: hue angle of 338.77º degrees, saturation: 0.92, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #CB084D is Cyan = 0, Magento = 0.96, Yellow = 0.62 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 8 | 77 | - |
| CMYK | 0 | 0.96 | 0.62 | 0.20 |
| HSL | 338.77º | 0.92% | 0.41% | - |
| HSV(B) | 338.77º | 0.96% | 0.8% | - |
| XYZ | 26.05 | 13.41 | 8.24 | - |
| YUV | 74.17 | 129.6 | 219.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 8 | 77 | 0 | 0.96 | 0.62 | 0.20 | 338.77 | 0.92 | 0.41 |
| Hex | CB | 8 | 4D | 0 | 60 | 3E | 14 | 153 | 5C | 29 |
| Octal | 313 | 10 | 115 | 0 | 140 | 76 | 24 | 523 | 134 | 51 |
| Binary | 11001011 | 1000 | 1001101 | 0 | 1100000 | 111110 | 10100 | 101010011 | 1011100 | 101001 |
Color Harmonies of #CB084D
Complementary color
Monochromatic Colors of #CB084D
Black with #CB084D
Text Example
Text Example
White with #CB084D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB084D; }
p { color: rgb(203,8,77); }
H1.HeaderClassName
{
color: #CB084D;
}
.AnyTagClassName
{
color: #CB084D;
}
</style>
background-color css
<style>
a { background-color: #CB084D; }
a { background-color: rgb(203,8,77); }
div.DivClassName
{
background-color: #CB084D;
}
.BgClassName
{
background-color: #CB084D;
}
</style>
border-color css
<style>
span { border-color: #CB084D; }
span { border-color: rgb(203,8,77); }
td.TdClassName
{
border-color: #CB084D;
}
.TagClassName
{
border-color: #CB084D;
}
</style>