#C8526B

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

Shades of Cabaret #C8526B

Tints of Cabaret #C8526B

Color information

#C8526B (or 0xC8526B) is unknown color: approx Cabaret. HEX triplet: C8, 52 and 6B. RGB value is (200,82,107). Sum of RGB (Red+Green+Blue) = 200+82+107=389 (51% of max value = 765). Red value is 200 (78.52% from 255 or 51.41% from 389); Green value is 82 (32.42% from 255 or 21.08% from 389); Blue value is 107 (42.19% from 255 or 27.51% from 389); Max value from RGB is 200 - color contains mainly: red. Hex color #C8526B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C8526B is #37AD94. Grayscale: #787878. Windows color (decimal): -3648917 or 7033544. OLE color: 7033544.

HSL color Cylindrical-coordinate representation of color #C8526B: hue angle of 347.29º degrees, saturation: 0.52, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #C8526B is Cyan = 0, Magento = 0.59, Yellow = 0.46 and Black (K on CMYK) = 0.22.

Color convert

RGB20082107-
CMYK00.590.460.22
HSL347.29º51.75%55.29%-
HSV(B)347.29º59%78.43%-
XYZ29.4919.3816.1-
YUV120.13120.59184.97-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 51.41%
GREEN value IS 82 (32.42% from 255) = 21.08%
BLUE value IS 107 (42.19% from 255) = 27.51%
R=51.41%
G=21.08%
B=27.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.46
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal2008210700.590.460.22347.2951.7555.29
HexC8526B03B2E1615b3437
Octal31012215307356265336467
Binary1100100010100101101011011101110111010110101011011110100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8526B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8526B; }

 p { color: rgb(200,82,107); }

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

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

 a { background-color: rgb(200,82,107); }

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

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

 span { border-color: rgb(200,82,107); }

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