#C7617D

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

Shades of Cabaret #C7617D

Tints of Cabaret #C7617D

Color information

#C7617D (or 0xC7617D) is unknown color: approx Cabaret. HEX triplet: C7, 61 and 7D. RGB value is (199,97,125). Sum of RGB (Red+Green+Blue) = 199+97+125=421 (55% of max value = 765). Red value is 199 (78.12% from 255 or 47.27% from 421); Green value is 97 (38.28% from 255 or 23.04% from 421); Blue value is 125 (49.22% from 255 or 29.69% from 421); Max value from RGB is 199 - color contains mainly: red. Hex color #C7617D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C7617D is #389E82. Grayscale: #828282. Windows color (decimal): -3710595 or 8217031. OLE color: 8217031.

HSL color Cylindrical-coordinate representation of color #C7617D: hue angle of 343.53º degrees, saturation: 0.48, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #C7617D is Cyan = 0, Magento = 0.51, Yellow = 0.37 and Black (K on CMYK) = 0.22.

Color convert

RGB19997125-
CMYK00.510.370.22
HSL343.53º47.66%58.04%-
HSV(B)343.53º51.26%78.04%-
XYZ31.5322.1722.02-
YUV130.69124.79176.72-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 47.27%
GREEN value IS 97 (38.28% from 255) = 23.04%
BLUE value IS 125 (49.22% from 255) = 29.69%
R=47.27%
G=23.04%
B=29.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.37
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1999712500.510.370.22343.5347.6658.04
HexC7617D0332516158303a
Octal30714117506345265306072
Binary1100011111000011111101011001110010110110101011000110000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7617D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7617D; }

 p { color: rgb(199,97,125); }

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

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

 a { background-color: rgb(199,97,125); }

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

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

 span { border-color: rgb(199,97,125); }

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