#C86272

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

Shades of Cabaret #C86272

Tints of Cabaret #C86272

Color information

#C86272 (or 0xC86272) is unknown color: approx Cabaret. HEX triplet: C8, 62 and 72. RGB value is (200,98,114). Sum of RGB (Red+Green+Blue) = 200+98+114=412 (54% of max value = 765). Red value is 200 (78.52% from 255 or 48.54% from 412); Green value is 98 (38.67% from 255 or 23.79% from 412); Blue value is 114 (44.92% from 255 or 27.67% from 412); Max value from RGB is 200 - color contains mainly: red. Hex color #C86272 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C86272 is #379D8D. Grayscale: #828282. Windows color (decimal): -3644814 or 7496392. OLE color: 7496392.

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

Color convert

RGB20098114-
CMYK00.510.430.22
HSL350.59º48.11%58.43%-
HSV(B)350.59º51%78.43%-
XYZ31.2222.2318.56-
YUV130.32118.79177.7-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 48.54%
GREEN value IS 98 (38.67% from 255) = 23.79%
BLUE value IS 114 (44.92% from 255) = 27.67%
R=48.54%
G=23.79%
B=27.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.43
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal2009811400.510.430.22350.5948.1158.43
HexC862720332B1615f303a
Octal31014216206353265376072
Binary1100100011000101110010011001110101110110101011111110000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C86272

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C86272; }

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

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

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

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

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

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

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

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