#C74870

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

Shades of Cabaret #C74870

Tints of Cabaret #C74870

Color information

#C74870 (or 0xC74870) is unknown color: approx Cabaret. HEX triplet: C7, 48 and 70. RGB value is (199,72,112). Sum of RGB (Red+Green+Blue) = 199+72+112=383 (50% of max value = 765). Red value is 199 (78.12% from 255 or 51.96% from 383); Green value is 72 (28.52% from 255 or 18.80% from 383); Blue value is 112 (44.14% from 255 or 29.24% from 383); Max value from RGB is 199 - color contains mainly: red. Hex color #C74870 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C74870 is #38B78F. Grayscale: #727272. Windows color (decimal): -3717008 or 7358663. OLE color: 7358663.

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

Color convert

RGB19972112-
CMYK00.640.440.22
HSL341.1º53.14%53.14%-
HSV(B)341.1º63.82%78.04%-
XYZ28.817.9517.28-
YUV114.53126.58188.25-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 51.96%
GREEN value IS 72 (28.52% from 255) = 18.80%
BLUE value IS 112 (44.14% from 255) = 29.24%
R=51.96%
G=18.80%
B=29.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.44
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1997211200.640.440.22341.153.1453.14
HexC748700402C161553535
Octal307110160010054265256565
Binary11000111100100011100000100000010110010110101010101110101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C74870

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C74870; }

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

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

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

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

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

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

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

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