#C84569

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

Shades of Cabaret #C84569

Tints of Cabaret #C84569

Color information

#C84569 (or 0xC84569) is unknown color: approx Cabaret. HEX triplet: C8, 45 and 69. RGB value is (200,69,105). Sum of RGB (Red+Green+Blue) = 200+69+105=374 (49% of max value = 765). Red value is 200 (78.52% from 255 or 53.48% from 374); Green value is 69 (27.34% from 255 or 18.45% from 374); Blue value is 105 (41.41% from 255 or 28.07% from 374); Max value from RGB is 200 - color contains mainly: red. Hex color #C84569 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C84569 is #37BA96. Grayscale: #707070. Windows color (decimal): -3652247 or 6899144. OLE color: 6899144.

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

Color convert

RGB20069105-
CMYK00.660.480.22
HSL343.51º54.36%52.75%-
HSV(B)343.51º65.5%78.43%-
XYZ28.517.5615.25-
YUV112.27123.9190.57-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 53.48%
GREEN value IS 69 (27.34% from 255) = 18.45%
BLUE value IS 105 (41.41% from 255) = 28.07%
R=53.48%
G=18.45%
B=28.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.48
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal2006910500.660.480.22343.5154.3652.75
HexC8456904230161583635
Octal310105151010260265306665
Binary11001000100010111010010100001011000010110101011000110110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C84569

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C84569; }

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

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

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

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

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

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

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

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