#C74B64

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

Shades of Cabaret #C74B64

Tints of Cabaret #C74B64

Color information

#C74B64 (or 0xC74B64) is unknown color: approx Cabaret. HEX triplet: C7, 4B and 64. RGB value is (199,75,100). Sum of RGB (Red+Green+Blue) = 199+75+100=374 (49% of max value = 765). Red value is 199 (78.12% from 255 or 53.21% from 374); Green value is 75 (29.69% from 255 or 20.05% from 374); Blue value is 100 (39.45% from 255 or 26.74% from 374); Max value from RGB is 199 - color contains mainly: red. Hex color #C74B64 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C74B64 is #38B49B. Grayscale: #727272. Windows color (decimal): -3716252 or 6572999. OLE color: 6572999.

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

Color convert

RGB19975100-
CMYK00.620.500.22
HSL347.9º52.54%53.73%-
HSV(B)347.9º62.31%78.04%-
XYZ28.3718.0914.05-
YUV114.93119.58187.97-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 53.21%
GREEN value IS 75 (29.69% from 255) = 20.05%
BLUE value IS 100 (39.45% from 255) = 26.74%
R=53.21%
G=20.05%
B=26.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.50
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1997510000.620.500.22347.952.5453.73
HexC74B6403E321615c3536
Octal30711314407662265346566
Binary1100011110010111100100011111011001010110101011100110101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C74B64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C74B64; }

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

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

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

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

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

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

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

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