#C6064D

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

Shades of Razzmatazz #C6064D

Tints of Razzmatazz #C6064D

Color information

#C6064D (or 0xC6064D) is unknown color: approx Razzmatazz. HEX triplet: C6, 06 and 4D. RGB value is (198,6,77). Sum of RGB (Red+Green+Blue) = 198+6+77=281 (37% of max value = 765). Red value is 198 (77.73% from 255 or 70.46% from 281); Green value is 6 (2.73% from 255 or 2.14% from 281); Blue value is 77 (30.47% from 255 or 27.40% from 281); Max value from RGB is 198 - color contains mainly: red. Hex color #C6064D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C6064D is #39F9B2. Grayscale: #474747. Windows color (decimal): -3799475 or 5048006. OLE color: 5048006.

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

Color convert

RGB198677-
CMYK00.970.610.22
HSL337.81º94.12%40%-
HSV(B)337.81º96.97%77.65%-
XYZ24.6912.678.17-
YUV71.5131.11218.23-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 70.46%
GREEN value IS 6 (2.73% from 255) = 2.14%
BLUE value IS 77 (30.47% from 255) = 27.40%
R=70.46%
G=2.14%
B=27.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.61
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19867700.970.610.22337.8194.1240
HexC664D0613D161525e28
Octal30661150141752652213650
Binary11000110110100110101100001111101101101010100101011110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6064D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6064D; }

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

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

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

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

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

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

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

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