#C3506B

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

Shades of Cabaret #C3506B

Tints of Cabaret #C3506B

Color information

#C3506B (or 0xC3506B) is unknown color: approx Cabaret. HEX triplet: C3, 50 and 6B. RGB value is (195,80,107). Sum of RGB (Red+Green+Blue) = 195+80+107=382 (50% of max value = 765). Red value is 195 (76.56% from 255 or 51.05% from 382); Green value is 80 (31.64% from 255 or 20.94% from 382); Blue value is 107 (42.19% from 255 or 28.01% from 382); Max value from RGB is 195 - color contains mainly: red. Hex color #C3506B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C3506B is #3CAF94. Grayscale: #757575. Windows color (decimal): -3977109 or 7033027. OLE color: 7033027.

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

Color convert

RGB19580107-
CMYK00.590.450.24
HSL345.91º48.94%53.92%-
HSV(B)345.91º58.97%76.47%-
XYZ28.0318.415.98-
YUV117.46122.1183.3-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 51.05%
GREEN value IS 80 (31.64% from 255) = 20.94%
BLUE value IS 107 (42.19% from 255) = 28.01%
R=51.05%
G=20.94%
B=28.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.45
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1958010700.590.450.24345.9148.9453.92
HexC3506B03B2D1815a3136
Octal30312015307355305326166
Binary1100001110100001101011011101110110111000101011010110001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3506B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3506B; }

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

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

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

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

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

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

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

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