#C80350

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

Shades of Razzmatazz #C80350

Tints of Razzmatazz #C80350

Color information

#C80350 (or 0xC80350) is unknown color: approx Razzmatazz. HEX triplet: C8, 03 and 50. RGB value is (200,3,80). Sum of RGB (Red+Green+Blue) = 200+3+80=283 (37% of max value = 765). Red value is 200 (78.52% from 255 or 70.67% from 283); Green value is 3 (1.56% from 255 or 1.06% from 283); Blue value is 80 (31.64% from 255 or 28.27% from 283); Max value from RGB is 200 - color contains mainly: red. Hex color #C80350 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C80350 is #37FCAF. Grayscale: #464646. Windows color (decimal): -3669168 or 5243848. OLE color: 5243848.

HSL color Cylindrical-coordinate representation of color #C80350: hue angle of 336.55º degrees, saturation: 0.97, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C80350 is Cyan = 0, Magento = 0.98, Yellow = 0.6 and Black (K on CMYK) = 0.22.

Color convert

RGB200380-
CMYK00.980.60.22
HSL336.55º97.04%39.8%-
HSV(B)336.55º98.5%78.43%-
XYZ25.312.928.75-
YUV70.68133.27220.24-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 70.67%
GREEN value IS 3 (1.56% from 255) = 1.06%
BLUE value IS 80 (31.64% from 255) = 28.27%
R=70.67%
G=1.06%
B=28.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.6
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20038000.980.60.22336.5597.0439.8
HexC83500623C161516128
Octal31031200142742652114150
Binary1100100011101000001100010111100101101010100011100001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C80350

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C80350; }

 p { color: rgb(200,3,80); }

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

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

 a { background-color: rgb(200,3,80); }

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

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

 span { border-color: rgb(200,3,80); }

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