#C74B6D

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

Shades of Cabaret #C74B6D

Tints of Cabaret #C74B6D

Color information

#C74B6D (or 0xC74B6D) is unknown color: approx Cabaret. HEX triplet: C7, 4B and 6D. RGB value is (199,75,109). Sum of RGB (Red+Green+Blue) = 199+75+109=383 (50% of max value = 765). Red value is 199 (78.12% from 255 or 51.96% from 383); Green value is 75 (29.69% from 255 or 19.58% from 383); Blue value is 109 (42.97% from 255 or 28.46% from 383); Max value from RGB is 199 - color contains mainly: red. Hex color #C74B6D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C74B6D is #38B492. Grayscale: #737373. Windows color (decimal): -3716243 or 7162823. OLE color: 7162823.

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

Color convert

RGB19975109-
CMYK00.620.450.22
HSL343.55º52.54%53.73%-
HSV(B)343.55º62.31%78.04%-
XYZ28.8318.2816.48-
YUV115.95124.08187.24-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 51.96%
GREEN value IS 75 (29.69% from 255) = 19.58%
BLUE value IS 109 (42.97% from 255) = 28.46%
R=51.96%
G=19.58%
B=28.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.45
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1997510900.620.450.22343.5552.5453.73
HexC74B6D03E2D161583536
Octal30711315507655265306566
Binary1100011110010111101101011111010110110110101011000110101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C74B6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C74B6D; }

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

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

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

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

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

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

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

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