#C86573

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

Shades of Cabaret #C86573

Tints of Cabaret #C86573

Color information

#C86573 (or 0xC86573) is unknown color: approx Cabaret. HEX triplet: C8, 65 and 73. RGB value is (200,101,115). Sum of RGB (Red+Green+Blue) = 200+101+115=416 (55% of max value = 765). Red value is 200 (78.52% from 255 or 48.08% from 416); Green value is 101 (39.84% from 255 or 24.28% from 416); Blue value is 115 (45.31% from 255 or 27.64% from 416); Max value from RGB is 200 - color contains mainly: red. Hex color #C86573 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C86573 is #379A8C. Grayscale: #848484. Windows color (decimal): -3644045 or 7562696. OLE color: 7562696.

HSL color Cylindrical-coordinate representation of color #C86573: hue angle of 351.52º degrees, saturation: 0.47, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C86573 is Cyan = 0, Magento = 0.49, Yellow = 0.42 and Black (K on CMYK) = 0.22.

Color convert

RGB200101115-
CMYK00.490.420.22
HSL351.52º47.37%59.02%-
HSV(B)351.52º49.5%78.43%-
XYZ31.5722.8218.96-
YUV132.2118.3176.36-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 48.08%
GREEN value IS 101 (39.84% from 255) = 24.28%
BLUE value IS 115 (45.31% from 255) = 27.64%
R=48.08%
G=24.28%
B=27.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.42
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20010111500.490.420.22351.5247.3759.02
HexC865730312A161602f3b
Octal31014516306152265405773
Binary1100100011001011110011011000110101010110101100000101111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C86573

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C86573; }

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

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

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

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

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

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

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

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