#C70056

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

Shades of Razzmatazz #C70056

Tints of Razzmatazz #C70056

Color information

#C70056 (or 0xC70056) is unknown color: approx Razzmatazz. HEX triplet: C7, 00 and 56. RGB value is (199,0,86). Sum of RGB (Red+Green+Blue) = 199+0+86=285 (37% of max value = 765). Red value is 199 (78.12% from 255 or 69.82% from 285); Green value is 0 (0.39% from 255 or 0% from 285); Blue value is 86 (33.98% from 255 or 30.18% from 285); Max value from RGB is 199 - color contains mainly: red. Hex color #C70056 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C70056 is #38FFA9. Grayscale: #454545. Windows color (decimal): -3735466 or 5636295. OLE color: 5636295.

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

Color convert

RGB199086-
CMYK010.570.22
HSL334.07º100%39.02%-
HSV(B)334.07º100%78.04%-
XYZ25.2312.819.95-
YUV69.3137.43220.51-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 69.82%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 86 (33.98% from 255) = 30.18%
R=69.82%
G=0%
B=30.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.57
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal199086010.570.22334.0710039.02
HexC7056064391614e6427
Octal30701260144712651614447
Binary110001110101011001100100111001101101010011101100100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C70056

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C70056; }

 p { color: rgb(199,0,86); }

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

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

 a { background-color: rgb(199,0,86); }

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

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

 span { border-color: rgb(199,0,86); }

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