#C1606C

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

Shades of Cabaret #C1606C

Tints of Cabaret #C1606C

Color information

#C1606C (or 0xC1606C) is unknown color: approx Cabaret. HEX triplet: C1, 60 and 6C. RGB value is (193,96,108). Sum of RGB (Red+Green+Blue) = 193+96+108=397 (52% of max value = 765). Red value is 193 (75.78% from 255 or 48.61% from 397); Green value is 96 (37.89% from 255 or 24.18% from 397); Blue value is 108 (42.58% from 255 or 27.20% from 397); Max value from RGB is 193 - color contains mainly: red. Hex color #C1606C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C1606C is #3E9F93. Grayscale: #7E7E7E. Windows color (decimal): -4104084 or 7102657. OLE color: 7102657.

HSL color Cylindrical-coordinate representation of color #C1606C: hue angle of 352.58º degrees, saturation: 0.44, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C1606C is Cyan = 0, Magento = 0.50, Yellow = 0.44 and Black (K on CMYK) = 0.24.

Color convert

RGB19396108-
CMYK00.500.440.24
HSL352.58º43.89%56.67%-
HSV(B)352.58º50.26%75.69%-
XYZ28.8820.7916.68-
YUV126.37117.64175.52-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 48.61%
GREEN value IS 96 (37.89% from 255) = 24.18%
BLUE value IS 108 (42.58% from 255) = 27.20%
R=48.61%
G=24.18%
B=27.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.44
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1939610800.500.440.24352.5843.8956.67
HexC1606C0322C181612c39
Octal30114015406254305415471
Binary1100000111000001101100011001010110011000101100001101100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1606C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1606C; }

 p { color: rgb(193,96,108); }

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

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

 a { background-color: rgb(193,96,108); }

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

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

 span { border-color: rgb(193,96,108); }

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