#C86274

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

Shades of Cabaret #C86274

Tints of Cabaret #C86274

Color information

#C86274 (or 0xC86274) is unknown color: approx Cabaret. HEX triplet: C8, 62 and 74. RGB value is (200,98,116). Sum of RGB (Red+Green+Blue) = 200+98+116=414 (54% of max value = 765). Red value is 200 (78.52% from 255 or 48.31% from 414); Green value is 98 (38.67% from 255 or 23.67% from 414); Blue value is 116 (45.70% from 255 or 28.02% from 414); Max value from RGB is 200 - color contains mainly: red. Hex color #C86274 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C86274 is #379D8B. Grayscale: #828282. Windows color (decimal): -3644812 or 7627464. OLE color: 7627464.

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

Color convert

RGB20098116-
CMYK00.510.420.22
HSL349.41º48.11%58.43%-
HSV(B)349.41º51%78.43%-
XYZ31.3422.2819.17-
YUV130.55119.79177.54-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 48.31%
GREEN value IS 98 (38.67% from 255) = 23.67%
BLUE value IS 116 (45.70% from 255) = 28.02%
R=48.31%
G=23.67%
B=28.02%

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
Decimal2009811600.510.420.22349.4148.1158.43
HexC862740332A1615d303a
Octal31014216406352265356072
Binary1100100011000101110100011001110101010110101011101110000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C86274

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C86274; }

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

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

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

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

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

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

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

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