#C73D69

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

Shades of Cabaret #C73D69

Tints of Cabaret #C73D69

Color information

#C73D69 (or 0xC73D69) is unknown color: approx Cabaret. HEX triplet: C7, 3D and 69. RGB value is (199,61,105). Sum of RGB (Red+Green+Blue) = 199+61+105=365 (48% of max value = 765). Red value is 199 (78.12% from 255 or 54.52% from 365); Green value is 61 (24.22% from 255 or 16.71% from 365); Blue value is 105 (41.41% from 255 or 28.77% from 365); Max value from RGB is 199 - color contains mainly: red. Hex color #C73D69 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C73D69 is #38C296. Grayscale: #6B6B6B. Windows color (decimal): -3719831 or 6897095. OLE color: 6897095.

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

Color convert

RGB19961105-
CMYK00.690.470.22
HSL340.87º55.2%50.98%-
HSV(B)340.87º69.35%78.04%-
XYZ27.7716.515.09-
YUV107.28126.72193.42-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 54.52%
GREEN value IS 61 (24.22% from 255) = 16.71%
BLUE value IS 105 (41.41% from 255) = 28.77%
R=54.52%
G=16.71%
B=28.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.47
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1996110500.690.470.22340.8755.250.98
HexC73D690452F161553733
Octal30775151010557265256763
Binary1100011111110111010010100010110111110110101010101110111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C73D69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C73D69; }

 p { color: rgb(199,61,105); }

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

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

 a { background-color: rgb(199,61,105); }

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

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

 span { border-color: rgb(199,61,105); }

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