#C5506A

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

Shades of Cabaret #C5506A

Tints of Cabaret #C5506A

Color information

#C5506A (or 0xC5506A) is unknown color: approx Cabaret. HEX triplet: C5, 50 and 6A. RGB value is (197,80,106). Sum of RGB (Red+Green+Blue) = 197+80+106=383 (50% of max value = 765). Red value is 197 (77.34% from 255 or 51.44% from 383); Green value is 80 (31.64% from 255 or 20.89% from 383); Blue value is 106 (41.80% from 255 or 27.68% from 383); Max value from RGB is 197 - color contains mainly: red. Hex color #C5506A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C5506A is #3AAF95. Grayscale: #757575. Windows color (decimal): -3846038 or 6967493. OLE color: 6967493.

HSL color Cylindrical-coordinate representation of color #C5506A: hue angle of 346.67º degrees, saturation: 0.5, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #C5506A is Cyan = 0, Magento = 0.59, Yellow = 0.46 and Black (K on CMYK) = 0.23.

Color convert

RGB19780106-
CMYK00.590.460.23
HSL346.67º50.21%54.31%-
HSV(B)346.67º59.39%77.25%-
XYZ28.518.6515.73-
YUV117.95121.26184.39-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 51.44%
GREEN value IS 80 (31.64% from 255) = 20.89%
BLUE value IS 106 (41.80% from 255) = 27.68%
R=51.44%
G=20.89%
B=27.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.46
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1978010600.590.460.23346.6750.2154.31
HexC5506A03B2E1715b3236
Octal30512015207356275336266
Binary1100010110100001101010011101110111010111101011011110010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5506A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5506A; }

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

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

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

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

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

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

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

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