#C1656A

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

Shades of Cabaret #C1656A

Tints of Cabaret #C1656A

Color information

#C1656A (or 0xC1656A) is unknown color: approx Cabaret. HEX triplet: C1, 65 and 6A. RGB value is (193,101,106). Sum of RGB (Red+Green+Blue) = 193+101+106=400 (52% of max value = 765). Red value is 193 (75.78% from 255 or 48.25% from 400); Green value is 101 (39.84% from 255 or 25.25% from 400); Blue value is 106 (41.80% from 255 or 26.5% from 400); Max value from RGB is 193 - color contains mainly: red. Hex color #C1656A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C1656A is #3E9A95. Grayscale: #818181. Windows color (decimal): -4102806 or 6972865. OLE color: 6972865.

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

Color convert

RGB193101106-
CMYK00.480.450.24
HSL356.74º42.59%57.65%-
HSV(B)356.74º47.67%75.69%-
XYZ29.2521.6916.28-
YUV129.08114.98173.59-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 48.25%
GREEN value IS 101 (39.84% from 255) = 25.25%
BLUE value IS 106 (41.80% from 255) = 26.5%
R=48.25%
G=25.25%
B=26.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.45
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19310110600.480.450.24356.7442.5957.65
HexC1656A0302D181652b3a
Octal30114515206055305455372
Binary1100000111001011101010011000010110111000101100101101011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1656A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1656A; }

 p { color: rgb(193,101,106); }

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

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

 a { background-color: rgb(193,101,106); }

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

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

 span { border-color: rgb(193,101,106); }

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