#C1506D

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

Shades of Cabaret #C1506D

Tints of Cabaret #C1506D

Color information

#C1506D (or 0xC1506D) is unknown color: approx Cabaret. HEX triplet: C1, 50 and 6D. RGB value is (193,80,109). Sum of RGB (Red+Green+Blue) = 193+80+109=382 (50% of max value = 765). Red value is 193 (75.78% from 255 or 50.52% from 382); Green value is 80 (31.64% from 255 or 20.94% from 382); Blue value is 109 (42.97% from 255 or 28.53% from 382); Max value from RGB is 193 - color contains mainly: red. Hex color #C1506D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C1506D is #3EAF92. Grayscale: #757575. Windows color (decimal): -4108179 or 7164097. OLE color: 7164097.

HSL color Cylindrical-coordinate representation of color #C1506D: hue angle of 344.6º degrees, saturation: 0.48, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #C1506D is Cyan = 0, Magento = 0.59, Yellow = 0.44 and Black (K on CMYK) = 0.24.

Color convert

RGB19380109-
CMYK00.590.440.24
HSL344.6º47.68%53.53%-
HSV(B)344.6º58.55%75.69%-
XYZ27.6218.1816.52-
YUV117.09123.44182.14-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 50.52%
GREEN value IS 80 (31.64% from 255) = 20.94%
BLUE value IS 109 (42.97% from 255) = 28.53%
R=50.52%
G=20.94%
B=28.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.44
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1938010900.590.440.24344.647.6853.53
HexC1506D03B2C181593036
Octal30112015507354305316066
Binary1100000110100001101101011101110110011000101011001110000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1506D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1506D; }

 p { color: rgb(193,80,109); }

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

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

 a { background-color: rgb(193,80,109); }

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

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

 span { border-color: rgb(193,80,109); }

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