#C3506A

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

Shades of Cabaret #C3506A

Tints of Cabaret #C3506A

Color information

#C3506A (or 0xC3506A) is unknown color: approx Cabaret. HEX triplet: C3, 50 and 6A. RGB value is (195,80,106). Sum of RGB (Red+Green+Blue) = 195+80+106=381 (50% of max value = 765). Red value is 195 (76.56% from 255 or 51.18% from 381); Green value is 80 (31.64% from 255 or 21.00% from 381); Blue value is 106 (41.80% from 255 or 27.82% from 381); Max value from RGB is 195 - color contains mainly: red. Hex color #C3506A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C3506A is #3CAF95. Grayscale: #757575. Windows color (decimal): -3977110 or 6967491. OLE color: 6967491.

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

Color convert

RGB19580106-
CMYK00.590.460.24
HSL346.43º48.94%53.92%-
HSV(B)346.43º58.97%76.47%-
XYZ27.9818.3815.71-
YUV117.35121.6183.39-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 51.18%
GREEN value IS 80 (31.64% from 255) = 21.00%
BLUE value IS 106 (41.80% from 255) = 27.82%
R=51.18%
G=21.00%
B=27.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.46
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1958010600.590.460.24346.4348.9453.92
HexC3506A03B2E1815a3136
Octal30312015207356305326166
Binary1100001110100001101010011101110111011000101011010110001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3506A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3506A; }

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

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

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

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

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

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

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

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