#C84A6A

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

Shades of Cabaret #C84A6A

Tints of Cabaret #C84A6A

Color information

#C84A6A (or 0xC84A6A) is unknown color: approx Cabaret. HEX triplet: C8, 4A and 6A. RGB value is (200,74,106). Sum of RGB (Red+Green+Blue) = 200+74+106=380 (50% of max value = 765). Red value is 200 (78.52% from 255 or 52.63% from 380); Green value is 74 (29.30% from 255 or 19.47% from 380); Blue value is 106 (41.80% from 255 or 27.89% from 380); Max value from RGB is 200 - color contains mainly: red. Hex color #C84A6A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C84A6A is #37B595. Grayscale: #737373. Windows color (decimal): -3650966 or 6965960. OLE color: 6965960.

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

Color convert

RGB20074106-
CMYK00.630.470.22
HSL344.76º53.39%53.73%-
HSV(B)344.76º63%78.43%-
XYZ28.8718.2215.63-
YUV115.32122.74188.4-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 52.63%
GREEN value IS 74 (29.30% from 255) = 19.47%
BLUE value IS 106 (41.80% from 255) = 27.89%
R=52.63%
G=19.47%
B=27.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.47
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal2007410600.630.470.22344.7653.3953.73
HexC84A6A03F2F161593536
Octal31011215207757265316566
Binary1100100010010101101010011111110111110110101011001110101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C84A6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C84A6A; }

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

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

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

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

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

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

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

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