#C80651

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

Shades of Razzmatazz #C80651

Tints of Razzmatazz #C80651

Color information

#C80651 (or 0xC80651) is unknown color: approx Razzmatazz. HEX triplet: C8, 06 and 51. RGB value is (200,6,81). Sum of RGB (Red+Green+Blue) = 200+6+81=287 (38% of max value = 765). Red value is 200 (78.52% from 255 or 69.69% from 287); Green value is 6 (2.73% from 255 or 2.09% from 287); Blue value is 81 (32.03% from 255 or 28.22% from 287); Max value from RGB is 200 - color contains mainly: red. Hex color #C80651 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C80651 is #37F9AE. Grayscale: #484848. Windows color (decimal): -3668399 or 5310152. OLE color: 5310152.

HSL color Cylindrical-coordinate representation of color #C80651: hue angle of 336.8º 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 #C80651 is Cyan = 0, Magento = 0.97, Yellow = 0.59 and Black (K on CMYK) = 0.22.

Color convert

RGB200681-
CMYK00.970.590.22
HSL336.8º94.17%40.39%-
HSV(B)336.8º97%78.43%-
XYZ25.37138.96-
YUV72.56132.77218.9-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 69.69%
GREEN value IS 6 (2.73% from 255) = 2.09%
BLUE value IS 81 (32.03% from 255) = 28.22%
R=69.69%
G=2.09%
B=28.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.59
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20068100.970.590.22336.894.1740.39
HexC86510613B161515e28
Octal31061210141732652113650
Binary11001000110101000101100001111011101101010100011011110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C80651

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C80651; }

 p { color: rgb(200,6,81); }

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

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

 a { background-color: rgb(200,6,81); }

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

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

 span { border-color: rgb(200,6,81); }

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