#C5064D

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

Shades of Razzmatazz #C5064D

Tints of Razzmatazz #C5064D

Color information

#C5064D (or 0xC5064D) is unknown color: approx Razzmatazz. HEX triplet: C5, 06 and 4D. RGB value is (197,6,77). Sum of RGB (Red+Green+Blue) = 197+6+77=280 (37% of max value = 765). Red value is 197 (77.34% from 255 or 70.36% from 280); Green value is 6 (2.73% from 255 or 2.14% from 280); Blue value is 77 (30.47% from 255 or 27.5% from 280); Max value from RGB is 197 - color contains mainly: red. Hex color #C5064D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C5064D is #3AF9B2. Grayscale: #474747. Windows color (decimal): -3865011 or 5048005. OLE color: 5048005.

HSL color Cylindrical-coordinate representation of color #C5064D: hue angle of 337.7º degrees, saturation: 0.94, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C5064D is Cyan = 0, Magento = 0.97, Yellow = 0.61 and Black (K on CMYK) = 0.23.

Color convert

RGB197677-
CMYK00.970.610.23
HSL337.7º94.09%39.8%-
HSV(B)337.7º96.95%77.25%-
XYZ24.4312.548.15-
YUV71.2131.28217.73-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 70.36%
GREEN value IS 6 (2.73% from 255) = 2.14%
BLUE value IS 77 (30.47% from 255) = 27.5%
R=70.36%
G=2.14%
B=27.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.61
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19767700.970.610.23337.794.0939.8
HexC564D0613D171525e28
Octal30561150141752752213650
Binary11000101110100110101100001111101101111010100101011110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5064D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5064D; }

 p { color: rgb(197,6,77); }

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

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

 a { background-color: rgb(197,6,77); }

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

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

 span { border-color: rgb(197,6,77); }

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