#C2516F

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

Shades of Cabaret #C2516F

Tints of Cabaret #C2516F

Color information

#C2516F (or 0xC2516F) is unknown color: approx Cabaret. HEX triplet: C2, 51 and 6F. RGB value is (194,81,111). Sum of RGB (Red+Green+Blue) = 194+81+111=386 (51% of max value = 765). Red value is 194 (76.17% from 255 or 50.26% from 386); Green value is 81 (32.03% from 255 or 20.98% from 386); Blue value is 111 (43.75% from 255 or 28.76% from 386); Max value from RGB is 194 - color contains mainly: red. Hex color #C2516F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C2516F is #3DAE90. Grayscale: #767676. Windows color (decimal): -4042385 or 7295426. OLE color: 7295426.

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

Color convert

RGB19481111-
CMYK00.580.430.24
HSL344.07º48.09%53.92%-
HSV(B)344.07º58.25%76.08%-
XYZ28.0618.517.13-
YUV118.21123.94182.06-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 50.26%
GREEN value IS 81 (32.03% from 255) = 20.98%
BLUE value IS 111 (43.75% from 255) = 28.76%
R=50.26%
G=20.98%
B=28.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.43
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1948111100.580.430.24344.0748.0953.92
HexC2516F03A2B181583036
Octal30212115707253305306066
Binary1100001010100011101111011101010101111000101011000110000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2516F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2516F; }

 p { color: rgb(194,81,111); }

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

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

 a { background-color: rgb(194,81,111); }

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

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

 span { border-color: rgb(194,81,111); }

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