#C74B70

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

Shades of Cabaret #C74B70

Tints of Cabaret #C74B70

Color information

#C74B70 (or 0xC74B70) is unknown color: approx Cabaret. HEX triplet: C7, 4B and 70. RGB value is (199,75,112). Sum of RGB (Red+Green+Blue) = 199+75+112=386 (51% of max value = 765). Red value is 199 (78.12% from 255 or 51.55% from 386); Green value is 75 (29.69% from 255 or 19.43% from 386); Blue value is 112 (44.14% from 255 or 29.02% from 386); Max value from RGB is 199 - color contains mainly: red. Hex color #C74B70 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C74B70 is #38B48F. Grayscale: #747474. Windows color (decimal): -3716240 or 7359431. OLE color: 7359431.

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

Color convert

RGB19975112-
CMYK00.620.440.22
HSL342.1º52.54%53.73%-
HSV(B)342.1º62.31%78.04%-
XYZ28.9918.3417.34-
YUV116.29125.58186.99-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 51.55%
GREEN value IS 75 (29.69% from 255) = 19.43%
BLUE value IS 112 (44.14% from 255) = 29.02%
R=51.55%
G=19.43%
B=29.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.44
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1997511200.620.440.22342.152.5453.73
HexC74B7003E2C161563536
Octal30711316007654265266566
Binary1100011110010111110000011111010110010110101010110110101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C74B70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C74B70; }

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

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

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

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

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

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

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

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