#C84165

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

Shades of Cabaret #C84165

Tints of Cabaret #C84165

Color information

#C84165 (or 0xC84165) is unknown color: approx Cabaret. HEX triplet: C8, 41 and 65. RGB value is (200,65,101). Sum of RGB (Red+Green+Blue) = 200+65+101=366 (48% of max value = 765). Red value is 200 (78.52% from 255 or 54.64% from 366); Green value is 65 (25.78% from 255 or 17.76% from 366); Blue value is 101 (39.84% from 255 or 27.60% from 366); Max value from RGB is 200 - color contains mainly: red. Hex color #C84165 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C84165 is #37BE9A. Grayscale: #6D6D6D. Windows color (decimal): -3653275 or 6635976. OLE color: 6635976.

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

Color convert

RGB20065101-
CMYK00.680.490.22
HSL344º55.1%51.96%-
HSV(B)344º67.5%78.43%-
XYZ28.061714.11-
YUV109.47123.23192.57-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 54.64%
GREEN value IS 65 (25.78% from 255) = 17.76%
BLUE value IS 101 (39.84% from 255) = 27.60%
R=54.64%
G=17.76%
B=27.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.49
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal2006510100.680.490.2234455.151.96
HexC8416504431161583734
Octal310101145010461265306764
Binary11001000100000111001010100010011000110110101011000110111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C84165

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C84165; }

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

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

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

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

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

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

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

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