#C84671

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

Shades of Cabaret #C84671

Tints of Cabaret #C84671

Color information

#C84671 (or 0xC84671) is unknown color: approx Cabaret. HEX triplet: C8, 46 and 71. RGB value is (200,70,113). Sum of RGB (Red+Green+Blue) = 200+70+113=383 (50% of max value = 765). Red value is 200 (78.52% from 255 or 52.22% from 383); Green value is 70 (27.73% from 255 or 18.28% from 383); Blue value is 113 (44.53% from 255 or 29.50% from 383); Max value from RGB is 200 - color contains mainly: red. Hex color #C84671 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C84671 is #37B98E. Grayscale: #717171. Windows color (decimal): -3651983 or 7423688. OLE color: 7423688.

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

Color convert

RGB20070113-
CMYK00.650.440.22
HSL340.15º54.17%52.94%-
HSV(B)340.15º65%78.43%-
XYZ28.9917.8517.54-
YUV113.77127.57189.5-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 52.22%
GREEN value IS 70 (27.73% from 255) = 18.28%
BLUE value IS 113 (44.53% from 255) = 29.50%
R=52.22%
G=18.28%
B=29.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.44
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal2007011300.650.440.22340.1554.1752.94
HexC846710412C161543635
Octal310106161010154265246665
Binary11001000100011011100010100000110110010110101010100110110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C84671

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C84671; }

 p { color: rgb(200,70,113); }

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

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

 a { background-color: rgb(200,70,113); }

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

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

 span { border-color: rgb(200,70,113); }

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