#C90060

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

Shades of Razzmatazz #C90060

Tints of Razzmatazz #C90060

Color information

#C90060 (or 0xC90060) is unknown color: approx Razzmatazz. HEX triplet: C9, 00 and 60. RGB value is (201,0,96). Sum of RGB (Red+Green+Blue) = 201+0+96=297 (39% of max value = 765). Red value is 201 (78.91% from 255 or 67.68% from 297); Green value is 0 (0.39% from 255 or 0% from 297); Blue value is 96 (37.89% from 255 or 32.32% from 297); Max value from RGB is 201 - color contains mainly: red. Hex color #C90060 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C90060 is #36FF9F. Grayscale: #464646. Windows color (decimal): -3604384 or 6291657. OLE color: 6291657.

HSL color Cylindrical-coordinate representation of color #C90060: hue angle of 331.34º degrees, saturation: 1, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C90060 is Cyan = 0, Magento = 1, Yellow = 0.52 and Black (K on CMYK) = 0.21.

Color convert

RGB201096-
CMYK010.520.21
HSL331.34º100%39.41%-
HSV(B)331.34º100%78.82%-
XYZ26.213.2612.25-
YUV71.04142.09220.69-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 67.68%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 96 (37.89% from 255) = 32.32%
R=67.68%
G=0%
B=32.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.52
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal201096010.520.21331.3410039.41
HexC9060064341514b6427
Octal31101400144642551314447
Binary110010010110000001100100110100101011010010111100100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C90060

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C90060; }

 p { color: rgb(201,0,96); }

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

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

 a { background-color: rgb(201,0,96); }

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

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

 span { border-color: rgb(201,0,96); }

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