#C86275

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

Shades of Cabaret #C86275

Tints of Cabaret #C86275

Color information

#C86275 (or 0xC86275) is unknown color: approx Cabaret. HEX triplet: C8, 62 and 75. RGB value is (200,98,117). Sum of RGB (Red+Green+Blue) = 200+98+117=415 (54% of max value = 765). Red value is 200 (78.52% from 255 or 48.19% from 415); Green value is 98 (38.67% from 255 or 23.61% from 415); Blue value is 117 (46.09% from 255 or 28.19% from 415); Max value from RGB is 200 - color contains mainly: red. Hex color #C86275 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C86275 is #379D8A. Grayscale: #828282. Windows color (decimal): -3644811 or 7693000. OLE color: 7693000.

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

Color convert

RGB20098117-
CMYK00.510.420.22
HSL348.82º48.11%58.43%-
HSV(B)348.82º51%78.43%-
XYZ31.422.319.48-
YUV130.66120.29177.46-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 48.19%
GREEN value IS 98 (38.67% from 255) = 23.61%
BLUE value IS 117 (46.09% from 255) = 28.19%
R=48.19%
G=23.61%
B=28.19%

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
Decimal2009811700.510.420.22348.8248.1158.43
HexC862750332A1615d303a
Octal31014216506352265356072
Binary1100100011000101110101011001110101010110101011101110000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C86275

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C86275; }

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

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

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

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

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

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

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

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