#c74370

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

Shades of Cabaret #C74370

Tints of Cabaret #C74370

Color information

#C74370 (or 0xC74370) is unknown color: approx Cabaret. HEX triplet: C7, 43 and 70. RGB value is (199,67,112). Sum of RGB (Red+Green+Blue) = 199+67+112=378 (50% of max value = 765). Red value is 199 (78.12% from 255 or 52.65% from 378); Green value is 67 (26.56% from 255 or 17.72% from 378); Blue value is 112 (44.14% from 255 or 29.63% from 378); Max value from RGB is 199 - color contains mainly: red. Hex color #C74370 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C74370 is #38BC8F. Grayscale: #6F6F6F. Windows color (decimal): -3718288 or 7357383. OLE color: 7357383.

HSL color Cylindrical-coordinate representation of color #C74370: hue angle of 339.55º degrees, saturation: 0.54, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C74370 is Cyan = 0, Magento = 0.66, Yellow = 0.44 and Black (K on CMYK) = 0.22.

Color convert

RGB19967112-
CMYK00.660.440.22
HSL339.55º54.1%52.16%-
HSV(B)339.55º66.33%78.04%-
XYZ28.4817.3317.17-
YUV111.6128.23190.34-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 52.65%
GREEN value IS 67 (26.56% from 255) = 17.72%
BLUE value IS 112 (44.14% from 255) = 29.63%
R=52.65%
G=17.72%
B=29.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.44
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1996711200.660.440.22339.5554.152.16
HexC743700422C161543634
Octal307103160010254265246664
Binary11000111100001111100000100001010110010110101010100110110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c74370

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c74370; }

 p { color: rgb(199,67,112); }

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

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

 a { background-color: rgb(199,67,112); }

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

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

 span { border-color: rgb(199,67,112); }

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