#C75A6E

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

Shades of Cabaret #C75A6E

Tints of Cabaret #C75A6E

Color information

#C75A6E (or 0xC75A6E) is unknown color: approx Cabaret. HEX triplet: C7, 5A and 6E. RGB value is (199,90,110). Sum of RGB (Red+Green+Blue) = 199+90+110=399 (52% of max value = 765). Red value is 199 (78.12% from 255 or 49.87% from 399); Green value is 90 (35.55% from 255 or 22.56% from 399); Blue value is 110 (43.36% from 255 or 27.57% from 399); Max value from RGB is 199 - color contains mainly: red. Hex color #C75A6E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C75A6E is #38A591. Grayscale: #7C7C7C. Windows color (decimal): -3712402 or 7232199. OLE color: 7232199.

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

Color convert

RGB19990110-
CMYK00.550.450.22
HSL348.99º49.32%56.67%-
HSV(B)348.99º54.77%78.04%-
XYZ30.0220.5817.14-
YUV124.87119.61180.87-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 49.87%
GREEN value IS 90 (35.55% from 255) = 22.56%
BLUE value IS 110 (43.36% from 255) = 27.57%
R=49.87%
G=22.56%
B=27.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.45
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1999011000.550.450.22348.9949.3256.67
HexC75A6E0372D1615d3139
Octal30713215606755265356171
Binary1100011110110101101110011011110110110110101011101110001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C75A6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C75A6E; }

 p { color: rgb(199,90,110); }

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

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

 a { background-color: rgb(199,90,110); }

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

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

 span { border-color: rgb(199,90,110); }

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