#C8616B

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

Shades of Cabaret #C8616B

Tints of Cabaret #C8616B

Color information

#C8616B (or 0xC8616B) is unknown color: approx Cabaret. HEX triplet: C8, 61 and 6B. RGB value is (200,97,107). Sum of RGB (Red+Green+Blue) = 200+97+107=404 (53% of max value = 765). Red value is 200 (78.52% from 255 or 49.50% from 404); Green value is 97 (38.28% from 255 or 24.01% from 404); Blue value is 107 (42.19% from 255 or 26.49% from 404); Max value from RGB is 200 - color contains mainly: red. Hex color #C8616B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C8616B is #379E94. Grayscale: #818181. Windows color (decimal): -3645077 or 7037384. OLE color: 7037384.

HSL color Cylindrical-coordinate representation of color #C8616B: hue angle of 354.17º 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 #C8616B is Cyan = 0, Magento = 0.52, Yellow = 0.46 and Black (K on CMYK) = 0.22.

Color convert

RGB20097107-
CMYK00.520.460.22
HSL354.17º48.36%58.24%-
HSV(B)354.17º51.5%78.43%-
XYZ30.7521.8916.51-
YUV128.94115.62178.69-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 49.50%
GREEN value IS 97 (38.28% from 255) = 24.01%
BLUE value IS 107 (42.19% from 255) = 26.49%
R=49.50%
G=24.01%
B=26.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.46
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal2009710700.520.460.22354.1748.3658.24
HexC8616B0342E16162303a
Octal31014115306456265426072
Binary1100100011000011101011011010010111010110101100010110000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8616B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8616B; }

 p { color: rgb(200,97,107); }

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

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

 a { background-color: rgb(200,97,107); }

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

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

 span { border-color: rgb(200,97,107); }

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