#c74e68

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

Shades of Cabaret #C74E68

Tints of Cabaret #C74E68

Color information

#C74E68 (or 0xC74E68) is unknown color: approx Cabaret. HEX triplet: C7, 4E and 68. RGB value is (199,78,104). Sum of RGB (Red+Green+Blue) = 199+78+104=381 (50% of max value = 765). Red value is 199 (78.12% from 255 or 52.23% from 381); Green value is 78 (30.86% from 255 or 20.47% from 381); Blue value is 104 (41.02% from 255 or 27.30% from 381); Max value from RGB is 199 - color contains mainly: red. Hex color #C74E68 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C74E68 is #38B197. Grayscale: #757575. Windows color (decimal): -3715480 or 6835911. OLE color: 6835911.

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

Color convert

RGB19978104-
CMYK00.610.480.22
HSL347.11º51.93%54.31%-
HSV(B)347.11º60.8%78.04%-
XYZ28.7818.5915.17-
YUV117.14120.59186.39-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 52.23%
GREEN value IS 78 (30.86% from 255) = 20.47%
BLUE value IS 104 (41.02% from 255) = 27.30%
R=52.23%
G=20.47%
B=27.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.48
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1997810400.610.480.22347.1151.9354.31
HexC74E6803D301615b3436
Octal30711615007560265336466
Binary1100011110011101101000011110111000010110101011011110100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c74e68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c74e68; }

 p { color: rgb(199,78,104); }

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

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

 a { background-color: rgb(199,78,104); }

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

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

 span { border-color: rgb(199,78,104); }

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