#C84170

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

Shades of Cabaret #C84170

Tints of Cabaret #C84170

Color information

#C84170 (or 0xC84170) is unknown color: approx Cabaret. HEX triplet: C8, 41 and 70. RGB value is (200,65,112). Sum of RGB (Red+Green+Blue) = 200+65+112=377 (49% of max value = 765). Red value is 200 (78.52% from 255 or 53.05% from 377); Green value is 65 (25.78% from 255 or 17.24% from 377); Blue value is 112 (44.14% from 255 or 29.71% from 377); Max value from RGB is 200 - color contains mainly: red. Hex color #C84170 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C84170 is #37BE8F. Grayscale: #6E6E6E. Windows color (decimal): -3653264 or 7356872. OLE color: 7356872.

HSL color Cylindrical-coordinate representation of color #C84170: hue angle of 339.11º degrees, saturation: 0.55, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C84170 is Cyan = 0, Magento = 0.68, Yellow = 0.44 and Black (K on CMYK) = 0.22.

Color convert

RGB20065112-
CMYK00.680.440.22
HSL339.11º55.1%51.96%-
HSV(B)339.11º67.5%78.43%-
XYZ28.6317.2317.15-
YUV110.72128.73191.68-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 53.05%
GREEN value IS 65 (25.78% from 255) = 17.24%
BLUE value IS 112 (44.14% from 255) = 29.71%
R=53.05%
G=17.24%
B=29.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.44
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal2006511200.680.440.22339.1155.151.96
HexC841700442C161533734
Octal310101160010454265236764
Binary11001000100000111100000100010010110010110101010011110111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C84170

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C84170; }

 p { color: rgb(200,65,112); }

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

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

 a { background-color: rgb(200,65,112); }

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

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

 span { border-color: rgb(200,65,112); }

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