#C74666

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

Shades of Cabaret #C74666

Tints of Cabaret #C74666

Color information

#C74666 (or 0xC74666) is unknown color: approx Cabaret. HEX triplet: C7, 46 and 66. RGB value is (199,70,102). Sum of RGB (Red+Green+Blue) = 199+70+102=371 (49% of max value = 765). Red value is 199 (78.12% from 255 or 53.64% from 371); Green value is 70 (27.73% from 255 or 18.87% from 371); Blue value is 102 (40.23% from 255 or 27.49% from 371); Max value from RGB is 199 - color contains mainly: red. Hex color #C74666 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C74666 is #38B999. Grayscale: #707070. Windows color (decimal): -3717530 or 6702791. OLE color: 6702791.

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

Color convert

RGB19970102-
CMYK00.650.490.22
HSL345.12º53.53%52.75%-
HSV(B)345.12º64.82%78.04%-
XYZ28.1417.4814.46-
YUV112.22122.24189.9-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 53.64%
GREEN value IS 70 (27.73% from 255) = 18.87%
BLUE value IS 102 (40.23% from 255) = 27.49%
R=53.64%
G=18.87%
B=27.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.49
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1997010200.650.490.22345.1253.5352.75
HexC7466604131161593635
Octal307106146010161265316665
Binary11000111100011011001100100000111000110110101011001110110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C74666

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C74666; }

 p { color: rgb(199,70,102); }

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

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

 a { background-color: rgb(199,70,102); }

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

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

 span { border-color: rgb(199,70,102); }

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