#C2616A

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

Shades of Cabaret #C2616A

Tints of Cabaret #C2616A

Color information

#C2616A (or 0xC2616A) is unknown color: approx Cabaret. HEX triplet: C2, 61 and 6A. RGB value is (194,97,106). Sum of RGB (Red+Green+Blue) = 194+97+106=397 (52% of max value = 765). Red value is 194 (76.17% from 255 or 48.87% from 397); Green value is 97 (38.28% from 255 or 24.43% from 397); Blue value is 106 (41.80% from 255 or 26.70% from 397); Max value from RGB is 194 - color contains mainly: red. Hex color #C2616A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C2616A is #3D9E95. Grayscale: #7F7F7F. Windows color (decimal): -4038294 or 6971842. OLE color: 6971842.

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

Color convert

RGB19497106-
CMYK00.500.450.24
HSL354.43º44.29%57.06%-
HSV(B)354.43º50%76.08%-
XYZ29.1221.0616.17-
YUV127.03116.14175.77-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 48.87%
GREEN value IS 97 (38.28% from 255) = 24.43%
BLUE value IS 106 (41.80% from 255) = 26.70%
R=48.87%
G=24.43%
B=26.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.45
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1949710600.500.450.24354.4344.2957.06
HexC2616A0322D181622c39
Octal30214115206255305425471
Binary1100001011000011101010011001010110111000101100010101100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2616A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2616A; }

 p { color: rgb(194,97,106); }

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

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

 a { background-color: rgb(194,97,106); }

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

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

 span { border-color: rgb(194,97,106); }

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