#C3506F

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

Shades of Cabaret #C3506F

Tints of Cabaret #C3506F

Color information

#C3506F (or 0xC3506F) is unknown color: approx Cabaret. HEX triplet: C3, 50 and 6F. RGB value is (195,80,111). Sum of RGB (Red+Green+Blue) = 195+80+111=386 (51% of max value = 765). Red value is 195 (76.56% from 255 or 50.52% from 386); Green value is 80 (31.64% from 255 or 20.73% from 386); Blue value is 111 (43.75% from 255 or 28.76% from 386); Max value from RGB is 195 - color contains mainly: red. Hex color #C3506F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C3506F is #3CAF90. Grayscale: #757575. Windows color (decimal): -3977105 or 7295171. OLE color: 7295171.

HSL color Cylindrical-coordinate representation of color #C3506F: hue angle of 343.83º degrees, saturation: 0.49, 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 #C3506F is Cyan = 0, Magento = 0.59, Yellow = 0.43 and Black (K on CMYK) = 0.24.

Color convert

RGB19580111-
CMYK00.590.430.24
HSL343.83º48.94%53.92%-
HSV(B)343.83º58.97%76.47%-
XYZ28.2418.4917.12-
YUV117.92124.1182.98-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 50.52%
GREEN value IS 80 (31.64% from 255) = 20.73%
BLUE value IS 111 (43.75% from 255) = 28.76%
R=50.52%
G=20.73%
B=28.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.43
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1958011100.590.430.24343.8348.9453.92
HexC3506F03B2B181583136
Octal30312015707353305306166
Binary1100001110100001101111011101110101111000101011000110001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3506F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3506F; }

 p { color: rgb(195,80,111); }

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

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

 a { background-color: rgb(195,80,111); }

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

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

 span { border-color: rgb(195,80,111); }

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