#C90255

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

Shades of Razzmatazz #C90255

Tints of Razzmatazz #C90255

Color information

#C90255 (or 0xC90255) is unknown color: approx Razzmatazz. HEX triplet: C9, 02 and 55. RGB value is (201,2,85). Sum of RGB (Red+Green+Blue) = 201+2+85=288 (38% of max value = 765). Red value is 201 (78.91% from 255 or 69.79% from 288); Green value is 2 (1.17% from 255 or 0.69% from 288); Blue value is 85 (33.59% from 255 or 29.51% from 288); Max value from RGB is 201 - color contains mainly: red. Hex color #C90255 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C90255 is #36FDAA. Grayscale: #464646. Windows color (decimal): -3603883 or 5571273. OLE color: 5571273.

HSL color Cylindrical-coordinate representation of color #C90255: hue angle of 334.97º 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 #C90255 is Cyan = 0, Magento = 0.99, Yellow = 0.58 and Black (K on CMYK) = 0.21.

Color convert

RGB201285-
CMYK00.990.580.21
HSL334.97º98.03%39.8%-
HSV(B)334.97º99%78.82%-
XYZ25.7513.129.77-
YUV70.96135.93220.75-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 69.79%
GREEN value IS 2 (1.17% from 255) = 0.69%
BLUE value IS 85 (33.59% from 255) = 29.51%
R=69.79%
G=0.69%
B=29.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.58
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20128500.990.580.21334.9798.0339.8
HexC92550633A1514f6228
Octal31121250143722551714250
Binary1100100110101010101100011111010101011010011111100010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C90255

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C90255; }

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

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

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

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

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

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

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

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