#C0616C

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

Shades of Cabaret #C0616C

Tints of Cabaret #C0616C

Color information

#C0616C (or 0xC0616C) is unknown color: approx Cabaret. HEX triplet: C0, 61 and 6C. RGB value is (192,97,108). Sum of RGB (Red+Green+Blue) = 192+97+108=397 (52% of max value = 765). Red value is 192 (75.39% from 255 or 48.36% from 397); Green value is 97 (38.28% from 255 or 24.43% from 397); Blue value is 108 (42.58% from 255 or 27.20% from 397); Max value from RGB is 192 - color contains mainly: red. Hex color #C0616C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C0616C is #3F9E93. Grayscale: #7E7E7E. Windows color (decimal): -4169364 or 7102912. OLE color: 7102912.

HSL color Cylindrical-coordinate representation of color #C0616C: hue angle of 353.05º degrees, saturation: 0.43, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #C0616C is Cyan = 0, Magento = 0.49, Yellow = 0.44 and Black (K on CMYK) = 0.25.

Color convert

RGB19297108-
CMYK00.490.440.25
HSL353.05º42.99%56.67%-
HSV(B)353.05º49.48%75.29%-
XYZ28.7220.8416.7-
YUV126.66117.47174.61-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 48.36%
GREEN value IS 97 (38.28% from 255) = 24.43%
BLUE value IS 108 (42.58% from 255) = 27.20%
R=48.36%
G=24.43%
B=27.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.44
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1929710800.490.440.25353.0542.9956.67
HexC0616C0312C191612b39
Octal30014115406154315415371
Binary1100000011000011101100011000110110011001101100001101011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0616C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0616C; }

 p { color: rgb(192,97,108); }

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

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

 a { background-color: rgb(192,97,108); }

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

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

 span { border-color: rgb(192,97,108); }

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