#c84565

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

Shades of Cabaret #C84565

Tints of Cabaret #C84565

Color information

#C84565 (or 0xC84565) is unknown color: approx Cabaret. HEX triplet: C8, 45 and 65. RGB value is (200,69,101). Sum of RGB (Red+Green+Blue) = 200+69+101=370 (49% of max value = 765). Red value is 200 (78.52% from 255 or 54.05% from 370); Green value is 69 (27.34% from 255 or 18.65% from 370); Blue value is 101 (39.84% from 255 or 27.30% from 370); Max value from RGB is 200 - color contains mainly: red. Hex color #C84565 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C84565 is #37BA9A. Grayscale: #6F6F6F. Windows color (decimal): -3652251 or 6637000. OLE color: 6637000.

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

Color convert

RGB20069101-
CMYK00.660.490.22
HSL345.34º54.36%52.75%-
HSV(B)345.34º65.5%78.43%-
XYZ28.317.4814.19-
YUV111.82121.9190.9-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 54.05%
GREEN value IS 69 (27.34% from 255) = 18.65%
BLUE value IS 101 (39.84% from 255) = 27.30%
R=54.05%
G=18.65%
B=27.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.49
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal2006910100.660.490.22345.3454.3652.75
HexC8456504231161593635
Octal310105145010261265316665
Binary11001000100010111001010100001011000110110101011001110110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c84565

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c84565; }

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

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

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

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

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

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

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

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