#C76573

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

Shades of Cabaret #C76573

Tints of Cabaret #C76573

Color information

#C76573 (or 0xC76573) is unknown color: approx Cabaret. HEX triplet: C7, 65 and 73. RGB value is (199,101,115). Sum of RGB (Red+Green+Blue) = 199+101+115=415 (54% of max value = 765). Red value is 199 (78.12% from 255 or 47.95% from 415); Green value is 101 (39.84% from 255 or 24.34% from 415); Blue value is 115 (45.31% from 255 or 27.71% from 415); Max value from RGB is 199 - color contains mainly: red. Hex color #C76573 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C76573 is #389A8C. Grayscale: #838383. Windows color (decimal): -3709581 or 7562695. OLE color: 7562695.

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

Color convert

RGB199101115-
CMYK00.490.420.22
HSL351.43º46.67%58.82%-
HSV(B)351.43º49.25%78.04%-
XYZ31.322.6918.95-
YUV131.9118.47175.86-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 47.95%
GREEN value IS 101 (39.84% from 255) = 24.34%
BLUE value IS 115 (45.31% from 255) = 27.71%
R=47.95%
G=24.34%
B=27.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.42
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19910111500.490.420.22351.4346.6758.82
HexC765730312A1615f2f3b
Octal30714516306152265375773
Binary1100011111001011110011011000110101010110101011111101111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C76573

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C76573; }

 p { color: rgb(199,101,115); }

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

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

 a { background-color: rgb(199,101,115); }

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

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

 span { border-color: rgb(199,101,115); }

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