#C8626E

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

Shades of Cabaret #C8626E

Tints of Cabaret #C8626E

Color information

#C8626E (or 0xC8626E) is unknown color: approx Cabaret. HEX triplet: C8, 62 and 6E. RGB value is (200,98,110). Sum of RGB (Red+Green+Blue) = 200+98+110=408 (54% of max value = 765). Red value is 200 (78.52% from 255 or 49.02% from 408); Green value is 98 (38.67% from 255 or 24.02% from 408); Blue value is 110 (43.36% from 255 or 26.96% from 408); Max value from RGB is 200 - color contains mainly: red. Hex color #C8626E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C8626E is #379D91. Grayscale: #818181. Windows color (decimal): -3644818 or 7234248. OLE color: 7234248.

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

Color convert

RGB20098110-
CMYK00.510.450.22
HSL352.94º48.11%58.43%-
HSV(B)352.94º51%78.43%-
XYZ3122.1417.39-
YUV129.87116.79178.02-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 49.02%
GREEN value IS 98 (38.67% from 255) = 24.02%
BLUE value IS 110 (43.36% from 255) = 26.96%
R=49.02%
G=24.02%
B=26.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.45
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal2009811000.510.450.22352.9448.1158.43
HexC8626E0332D16161303a
Octal31014215606355265416072
Binary1100100011000101101110011001110110110110101100001110000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8626E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8626E; }

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

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

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

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

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

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

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

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