#C84161

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

Shades of Cabaret #C84161

Tints of Cabaret #C84161

Color information

#C84161 (or 0xC84161) is unknown color: approx Cabaret. HEX triplet: C8, 41 and 61. RGB value is (200,65,97). Sum of RGB (Red+Green+Blue) = 200+65+97=362 (47% of max value = 765). Red value is 200 (78.52% from 255 or 55.25% from 362); Green value is 65 (25.78% from 255 or 17.96% from 362); Blue value is 97 (38.28% from 255 or 26.80% from 362); Max value from RGB is 200 - color contains mainly: red. Hex color #C84161 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C84161 is #37BE9E. Grayscale: #6D6D6D. Windows color (decimal): -3653279 or 6373832. OLE color: 6373832.

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

Color convert

RGB2006597-
CMYK00.680.520.22
HSL345.78º55.1%51.96%-
HSV(B)345.78º67.5%78.43%-
XYZ27.8716.9213.11-
YUV109.01121.23192.9-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 55.25%
GREEN value IS 65 (25.78% from 255) = 17.96%
BLUE value IS 97 (38.28% from 255) = 26.80%
R=55.25%
G=17.96%
B=26.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.52
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal200659700.680.520.22345.7855.151.96
HexC84161044341615a3734
Octal310101141010464265326764
Binary11001000100000111000010100010011010010110101011010110111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C84161

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C84161; }

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

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

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

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

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

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

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

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