#C2616E

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

Shades of Cabaret #C2616E

Tints of Cabaret #C2616E

Color information

#C2616E (or 0xC2616E) is unknown color: approx Cabaret. HEX triplet: C2, 61 and 6E. RGB value is (194,97,110). Sum of RGB (Red+Green+Blue) = 194+97+110=401 (53% of max value = 765). Red value is 194 (76.17% from 255 or 48.38% from 401); Green value is 97 (38.28% from 255 or 24.19% from 401); Blue value is 110 (43.36% from 255 or 27.43% from 401); Max value from RGB is 194 - color contains mainly: red. Hex color #C2616E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C2616E is #3D9E91. Grayscale: #7F7F7F. Windows color (decimal): -4038290 or 7233986. OLE color: 7233986.

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

Color convert

RGB19497110-
CMYK00.500.430.24
HSL351.96º44.29%57.06%-
HSV(B)351.96º50%76.08%-
XYZ29.3421.1417.29-
YUV127.48118.14175.44-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 48.38%
GREEN value IS 97 (38.28% from 255) = 24.19%
BLUE value IS 110 (43.36% from 255) = 27.43%
R=48.38%
G=24.19%
B=27.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.43
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1949711000.500.430.24351.9644.2957.06
HexC2616E0322B181602c39
Octal30214115606253305405471
Binary1100001011000011101110011001010101111000101100000101100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2616E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2616E; }

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

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

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

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

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

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

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

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