#C8416D

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

Shades of Cabaret #C8416D

Tints of Cabaret #C8416D

Color information

#C8416D (or 0xC8416D) is unknown color: approx Cabaret. HEX triplet: C8, 41 and 6D. RGB value is (200,65,109). Sum of RGB (Red+Green+Blue) = 200+65+109=374 (49% of max value = 765). Red value is 200 (78.52% from 255 or 53.48% from 374); Green value is 65 (25.78% from 255 or 17.38% from 374); Blue value is 109 (42.97% from 255 or 29.14% from 374); Max value from RGB is 200 - color contains mainly: red. Hex color #C8416D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C8416D is #37BE92. Grayscale: #6E6E6E. Windows color (decimal): -3653267 or 7160264. OLE color: 7160264.

HSL color Cylindrical-coordinate representation of color #C8416D: hue angle of 340.44º degrees, saturation: 0.55, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C8416D is Cyan = 0, Magento = 0.68, Yellow = 0.46 and Black (K on CMYK) = 0.22.

Color convert

RGB20065109-
CMYK00.680.460.22
HSL340.44º55.1%51.96%-
HSV(B)340.44º67.5%78.43%-
XYZ28.4717.1616.28-
YUV110.38127.23191.92-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 53.48%
GREEN value IS 65 (25.78% from 255) = 17.38%
BLUE value IS 109 (42.97% from 255) = 29.14%
R=53.48%
G=17.38%
B=29.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.46
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal2006510900.680.460.22340.4455.151.96
HexC8416D0442E161543734
Octal310101155010456265246764
Binary11001000100000111011010100010010111010110101010100110111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8416D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8416D; }

 p { color: rgb(200,65,109); }

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

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

 a { background-color: rgb(200,65,109); }

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

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

 span { border-color: rgb(200,65,109); }

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