#C4074E

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

Shades of Razzmatazz #C4074E

Tints of Razzmatazz #C4074E

Color information

#C4074E (or 0xC4074E) is unknown color: approx Razzmatazz. HEX triplet: C4, 07 and 4E. RGB value is (196,7,78). Sum of RGB (Red+Green+Blue) = 196+7+78=281 (37% of max value = 765). Red value is 196 (76.95% from 255 or 69.75% from 281); Green value is 7 (3.12% from 255 or 2.49% from 281); Blue value is 78 (30.86% from 255 or 27.76% from 281); Max value from RGB is 196 - color contains mainly: red. Hex color #C4074E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C4074E is #3BF8B1. Grayscale: #474747. Windows color (decimal): -3930290 or 5113796. OLE color: 5113796.

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

Color convert

RGB196778-
CMYK00.960.600.23
HSL337.46º93.1%39.8%-
HSV(B)337.46º96.43%76.86%-
XYZ24.2212.448.33-
YUV71.6131.62216.73-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 69.75%
GREEN value IS 7 (3.12% from 255) = 2.49%
BLUE value IS 78 (30.86% from 255) = 27.76%
R=69.75%
G=2.49%
B=27.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.60
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19677800.960.600.23337.4693.139.8
HexC474E0603C171515d28
Octal30471160140742752113550
Binary11000100111100111001100000111100101111010100011011101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4074E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4074E; }

 p { color: rgb(196,7,78); }

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

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

 a { background-color: rgb(196,7,78); }

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

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

 span { border-color: rgb(196,7,78); }

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