#C75375

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

Shades of Cabaret #C75375

Tints of Cabaret #C75375

Color information

#C75375 (or 0xC75375) is unknown color: approx Cabaret. HEX triplet: C7, 53 and 75. RGB value is (199,83,117). Sum of RGB (Red+Green+Blue) = 199+83+117=399 (52% of max value = 765). Red value is 199 (78.12% from 255 or 49.87% from 399); Green value is 83 (32.81% from 255 or 20.80% from 399); Blue value is 117 (46.09% from 255 or 29.32% from 399); Max value from RGB is 199 - color contains mainly: red. Hex color #C75375 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C75375 is #38AC8A. Grayscale: #797979. Windows color (decimal): -3714187 or 7689159. OLE color: 7689159.

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

Color convert

RGB19983117-
CMYK00.580.410.22
HSL342.41º50.88%55.29%-
HSV(B)342.41º58.29%78.04%-
XYZ29.8619.6119.04-
YUV121.56125.43183.24-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 49.87%
GREEN value IS 83 (32.81% from 255) = 20.80%
BLUE value IS 117 (46.09% from 255) = 29.32%
R=49.87%
G=20.80%
B=29.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.41
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1998311700.580.410.22342.4150.8855.29
HexC7537503A29161563337
Octal30712316507251265266367
Binary1100011110100111110101011101010100110110101010110110011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C75375

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C75375; }

 p { color: rgb(199,83,117); }

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

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

 a { background-color: rgb(199,83,117); }

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

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

 span { border-color: rgb(199,83,117); }

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