#C7506C

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

Shades of Cabaret #C7506C

Tints of Cabaret #C7506C

Color information

#C7506C (or 0xC7506C) is unknown color: approx Cabaret. HEX triplet: C7, 50 and 6C. RGB value is (199,80,108). Sum of RGB (Red+Green+Blue) = 199+80+108=387 (51% of max value = 765). Red value is 199 (78.12% from 255 or 51.42% from 387); Green value is 80 (31.64% from 255 or 20.67% from 387); Blue value is 108 (42.58% from 255 or 27.91% from 387); Max value from RGB is 199 - color contains mainly: red. Hex color #C7506C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C7506C is #38AF93. Grayscale: #767676. Windows color (decimal): -3714964 or 7098567. OLE color: 7098567.

HSL color Cylindrical-coordinate representation of color #C7506C: hue angle of 345.88º degrees, saturation: 0.52, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C7506C is Cyan = 0, Magento = 0.60, Yellow = 0.46 and Black (K on CMYK) = 0.22.

Color convert

RGB19980108-
CMYK00.600.460.22
HSL345.88º51.52%54.71%-
HSV(B)345.88º59.8%78.04%-
XYZ29.1318.9616.31-
YUV118.77121.92185.22-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 51.42%
GREEN value IS 80 (31.64% from 255) = 20.67%
BLUE value IS 108 (42.58% from 255) = 27.91%
R=51.42%
G=20.67%
B=27.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.46
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1998010800.600.460.22345.8851.5254.71
HexC7506C03C2E1615a3437
Octal30712015407456265326467
Binary1100011110100001101100011110010111010110101011010110100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7506C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7506C; }

 p { color: rgb(199,80,108); }

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

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

 a { background-color: rgb(199,80,108); }

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

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

 span { border-color: rgb(199,80,108); }

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