#C90253

Color #C90253 Razzmatazz (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Razzmatazz #C90253

Tints of Razzmatazz #C90253

Color information

#C90253 (or 0xC90253) is unknown color: approx Razzmatazz. HEX triplet: C9, 02 and 53. RGB value is (201,2,83). Sum of RGB (Red+Green+Blue) = 201+2+83=286 (37% of max value = 765). Red value is 201 (78.91% from 255 or 70.28% from 286); Green value is 2 (1.17% from 255 or 0.70% from 286); Blue value is 83 (32.81% from 255 or 29.02% from 286); Max value from RGB is 201 - color contains mainly: red. Hex color #C90253 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C90253 is #36FDAC. Grayscale: #464646. Windows color (decimal): -3603885 or 5440201. OLE color: 5440201.

HSL color Cylindrical-coordinate representation of color #C90253: hue angle of 335.58º degrees, saturation: 0.98, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C90253 is Cyan = 0, Magento = 0.99, Yellow = 0.59 and Black (K on CMYK) = 0.21.

Color convert

RGB201283-
CMYK00.990.590.21
HSL335.58º98.03%39.8%-
HSV(B)335.58º99%78.82%-
XYZ25.6713.099.36-
YUV70.74134.93220.91-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 201 (78.91% from 255) = 70.28%
GREEN value IS 2 (1.17% from 255) = 0.70%
BLUE value IS 83 (32.81% from 255) = 29.02%
R=70.28%
G=0.70%
B=29.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.59
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20128300.990.590.21335.5898.0339.8
HexC92530633B151506228
Octal31121230143732552014250
Binary1100100110101001101100011111011101011010100001100010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C90253

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C90253; }

 p { color: rgb(201,2,83); }

 H1.HeaderClassName
 {
   color: #C90253;
 }
 .AnyTagClassName
 {
   color: #C90253;
 }
</style>
background-color css

<style>
 a { background-color: #C90253; }

 a { background-color: rgb(201,2,83); }

 div.DivClassName
 {
   background-color: #C90253;
 }
 .BgClassName
 {
   background-color: #C90253;
 }
</style>
border-color css

<style>
 span { border-color: #C90253; }

 span { border-color: rgb(201,2,83); }

 td.TdClassName
 {
   border-color: #C90253;
 }
 .TagClassName
 {
   border-color: #C90253;
 }
</style>