#C84A69

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

Shades of Cabaret #C84A69

Tints of Cabaret #C84A69

Color information

#C84A69 (or 0xC84A69) is unknown color: approx Cabaret. HEX triplet: C8, 4A and 69. RGB value is (200,74,105). Sum of RGB (Red+Green+Blue) = 200+74+105=379 (50% of max value = 765). Red value is 200 (78.52% from 255 or 52.77% from 379); Green value is 74 (29.30% from 255 or 19.53% from 379); Blue value is 105 (41.41% from 255 or 27.70% from 379); Max value from RGB is 200 - color contains mainly: red. Hex color #C84A69 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C84A69 is #37B596. Grayscale: #737373. Windows color (decimal): -3650967 or 6900424. OLE color: 6900424.

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

Color convert

RGB20074105-
CMYK00.630.480.22
HSL345.24º53.39%53.73%-
HSV(B)345.24º63%78.43%-
XYZ28.8218.215.36-
YUV115.21122.24188.48-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 52.77%
GREEN value IS 74 (29.30% from 255) = 19.53%
BLUE value IS 105 (41.41% from 255) = 27.70%
R=52.77%
G=19.53%
B=27.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.48
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal2007410500.630.480.22345.2453.3953.73
HexC84A6903F30161593536
Octal31011215107760265316566
Binary1100100010010101101001011111111000010110101011001110101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C84A69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C84A69; }

 p { color: rgb(200,74,105); }

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

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

 a { background-color: rgb(200,74,105); }

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

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

 span { border-color: rgb(200,74,105); }

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