#C74662

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

Shades of Cabaret #C74662

Tints of Cabaret #C74662

Color information

#C74662 (or 0xC74662) is unknown color: approx Cabaret. HEX triplet: C7, 46 and 62. RGB value is (199,70,98). Sum of RGB (Red+Green+Blue) = 199+70+98=367 (48% of max value = 765). Red value is 199 (78.12% from 255 or 54.22% from 367); Green value is 70 (27.73% from 255 or 19.07% from 367); Blue value is 98 (38.67% from 255 or 26.70% from 367); Max value from RGB is 199 - color contains mainly: red. Hex color #C74662 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C74662 is #38B99D. Grayscale: #6F6F6F. Windows color (decimal): -3717534 or 6440647. OLE color: 6440647.

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

Color convert

RGB1997098-
CMYK00.650.510.22
HSL346.98º53.53%52.75%-
HSV(B)346.98º64.82%78.04%-
XYZ27.9517.413.44-
YUV111.76120.24190.22-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 54.22%
GREEN value IS 70 (27.73% from 255) = 19.07%
BLUE value IS 98 (38.67% from 255) = 26.70%
R=54.22%
G=19.07%
B=26.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.51
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal199709800.650.510.22346.9853.5352.75
HexC74662041331615b3635
Octal307106142010163265336665
Binary11000111100011011000100100000111001110110101011011110110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C74662

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C74662; }

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

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

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

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

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

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

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

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