#C8456C

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

Shades of Cabaret #C8456C

Tints of Cabaret #C8456C

Color information

#C8456C (or 0xC8456C) is unknown color: approx Cabaret. HEX triplet: C8, 45 and 6C. RGB value is (200,69,108). Sum of RGB (Red+Green+Blue) = 200+69+108=377 (49% of max value = 765). Red value is 200 (78.52% from 255 or 53.05% from 377); Green value is 69 (27.34% from 255 or 18.30% from 377); Blue value is 108 (42.58% from 255 or 28.65% from 377); Max value from RGB is 200 - color contains mainly: red. Hex color #C8456C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C8456C is #37BA93. Grayscale: #707070. Windows color (decimal): -3652244 or 7095752. OLE color: 7095752.

HSL color Cylindrical-coordinate representation of color #C8456C: hue angle of 342.14º degrees, saturation: 0.54, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #C8456C is Cyan = 0, Magento = 0.66, Yellow = 0.46 and Black (K on CMYK) = 0.22.

Color convert

RGB20069108-
CMYK00.660.460.22
HSL342.14º54.36%52.75%-
HSV(B)342.14º65.5%78.43%-
XYZ28.6517.6216.08-
YUV112.62125.4190.33-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 53.05%
GREEN value IS 69 (27.34% from 255) = 18.30%
BLUE value IS 108 (42.58% from 255) = 28.65%
R=53.05%
G=18.30%
B=28.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.46
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal2006910800.660.460.22342.1454.3652.75
HexC8456C0422E161563635
Octal310105154010256265266665
Binary11001000100010111011000100001010111010110101010110110110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8456C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8456C; }

 p { color: rgb(200,69,108); }

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

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

 a { background-color: rgb(200,69,108); }

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

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

 span { border-color: rgb(200,69,108); }

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