#C74361

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

Shades of Cabaret #C74361

Tints of Cabaret #C74361

Color information

#C74361 (or 0xC74361) is unknown color: approx Cabaret. HEX triplet: C7, 43 and 61. RGB value is (199,67,97). Sum of RGB (Red+Green+Blue) = 199+67+97=363 (48% of max value = 765). Red value is 199 (78.12% from 255 or 54.82% from 363); Green value is 67 (26.56% from 255 or 18.46% from 363); Blue value is 97 (38.28% from 255 or 26.72% from 363); Max value from RGB is 199 - color contains mainly: red. Hex color #C74361 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C74361 is #38BC9E. Grayscale: #6D6D6D. Windows color (decimal): -3718303 or 6374343. OLE color: 6374343.

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

Color convert

RGB1996797-
CMYK00.660.510.22
HSL346.36º54.1%52.16%-
HSV(B)346.36º66.33%78.04%-
XYZ27.7217.0213.13-
YUV109.89120.73191.56-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 54.82%
GREEN value IS 67 (26.56% from 255) = 18.46%
BLUE value IS 97 (38.28% from 255) = 26.72%
R=54.82%
G=18.46%
B=26.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.51
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal199679700.660.510.22346.3654.152.16
HexC74361042331615a3634
Octal307103141010263265326664
Binary11000111100001111000010100001011001110110101011010110110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C74361

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C74361; }

 p { color: rgb(199,67,97); }

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

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

 a { background-color: rgb(199,67,97); }

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

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

 span { border-color: rgb(199,67,97); }

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