#C8416E

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

Shades of Cabaret #C8416E

Tints of Cabaret #C8416E

Color information

#C8416E (or 0xC8416E) is unknown color: approx Cabaret. HEX triplet: C8, 41 and 6E. RGB value is (200,65,110). Sum of RGB (Red+Green+Blue) = 200+65+110=375 (49% of max value = 765). Red value is 200 (78.52% from 255 or 53.33% from 375); Green value is 65 (25.78% from 255 or 17.33% from 375); Blue value is 110 (43.36% from 255 or 29.33% from 375); Max value from RGB is 200 - color contains mainly: red. Hex color #C8416E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C8416E is #37BE91. Grayscale: #6E6E6E. Windows color (decimal): -3653266 or 7225800. OLE color: 7225800.

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

Color convert

RGB20065110-
CMYK00.680.450.22
HSL340º55.1%51.96%-
HSV(B)340º67.5%78.43%-
XYZ28.5217.1916.57-
YUV110.5127.73191.84-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 53.33%
GREEN value IS 65 (25.78% from 255) = 17.33%
BLUE value IS 110 (43.36% from 255) = 29.33%
R=53.33%
G=17.33%
B=29.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.45
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal2006511000.680.450.2234055.151.96
HexC8416E0442D161543734
Octal310101156010455265246764
Binary11001000100000111011100100010010110110110101010100110111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8416E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8416E; }

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

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

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

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

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

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

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

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