#C2486A

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

Shades of Cabaret #C2486A

Tints of Cabaret #C2486A

Color information

#C2486A (or 0xC2486A) is unknown color: approx Cabaret. HEX triplet: C2, 48 and 6A. RGB value is (194,72,106). Sum of RGB (Red+Green+Blue) = 194+72+106=372 (49% of max value = 765). Red value is 194 (76.17% from 255 or 52.15% from 372); Green value is 72 (28.52% from 255 or 19.35% from 372); Blue value is 106 (41.80% from 255 or 28.49% from 372); Max value from RGB is 194 - color contains mainly: red. Hex color #C2486A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C2486A is #3DB795. Grayscale: #707070. Windows color (decimal): -4044694 or 6965442. OLE color: 6965442.

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

Color convert

RGB19472106-
CMYK00.630.450.24
HSL343.28º50%52.16%-
HSV(B)343.28º62.89%76.08%-
XYZ27.1717.1415.51-
YUV112.35124.42186.24-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 52.15%
GREEN value IS 72 (28.52% from 255) = 19.35%
BLUE value IS 106 (41.80% from 255) = 28.49%
R=52.15%
G=19.35%
B=28.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.45
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1947210600.630.450.24343.285052.16
HexC2486A03F2D181573234
Octal30211015207755305276264
Binary1100001010010001101010011111110110111000101010111110010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2486A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2486A; }

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

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

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

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

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

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

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

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