#C86273

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

Shades of Cabaret #C86273

Tints of Cabaret #C86273

Color information

#C86273 (or 0xC86273) is unknown color: approx Cabaret. HEX triplet: C8, 62 and 73. RGB value is (200,98,115). Sum of RGB (Red+Green+Blue) = 200+98+115=413 (54% of max value = 765). Red value is 200 (78.52% from 255 or 48.43% from 413); Green value is 98 (38.67% from 255 or 23.73% from 413); Blue value is 115 (45.31% from 255 or 27.85% from 413); Max value from RGB is 200 - color contains mainly: red. Hex color #C86273 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C86273 is #379D8C. Grayscale: #828282. Windows color (decimal): -3644813 or 7561928. OLE color: 7561928.

HSL color Cylindrical-coordinate representation of color #C86273: hue angle of 350º degrees, saturation: 0.48, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #C86273 is Cyan = 0, Magento = 0.51, Yellow = 0.42 and Black (K on CMYK) = 0.22.

Color convert

RGB20098115-
CMYK00.510.420.22
HSL350º48.11%58.43%-
HSV(B)350º51%78.43%-
XYZ31.2822.2518.87-
YUV130.44119.29177.62-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 48.43%
GREEN value IS 98 (38.67% from 255) = 23.73%
BLUE value IS 115 (45.31% from 255) = 27.85%
R=48.43%
G=23.73%
B=27.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.42
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal2009811500.510.420.2235048.1158.43
HexC862730332A1615e303a
Octal31014216306352265366072
Binary1100100011000101110011011001110101010110101011110110000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C86273

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C86273; }

 p { color: rgb(200,98,115); }

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

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

 a { background-color: rgb(200,98,115); }

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

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

 span { border-color: rgb(200,98,115); }

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