#C8536A

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

Shades of Cabaret #C8536A

Tints of Cabaret #C8536A

Color information

#C8536A (or 0xC8536A) is unknown color: approx Cabaret. HEX triplet: C8, 53 and 6A. RGB value is (200,83,106). Sum of RGB (Red+Green+Blue) = 200+83+106=389 (51% of max value = 765). Red value is 200 (78.52% from 255 or 51.41% from 389); Green value is 83 (32.81% from 255 or 21.34% from 389); Blue value is 106 (41.80% from 255 or 27.25% from 389); Max value from RGB is 200 - color contains mainly: red. Hex color #C8536A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C8536A is #37AC95. Grayscale: #787878. Windows color (decimal): -3648662 or 6968264. OLE color: 6968264.

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

Color convert

RGB20083106-
CMYK00.580.470.22
HSL348.21º51.54%55.49%-
HSV(B)348.21º58.5%78.43%-
XYZ29.5119.5115.85-
YUV120.6119.76184.63-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 51.41%
GREEN value IS 83 (32.81% from 255) = 21.34%
BLUE value IS 106 (41.80% from 255) = 27.25%
R=51.41%
G=21.34%
B=27.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.47
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal2008310600.580.470.22348.2151.5455.49
HexC8536A03A2F1615c3437
Octal31012315207257265346467
Binary1100100010100111101010011101010111110110101011100110100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8536A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8536A; }

 p { color: rgb(200,83,106); }

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

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

 a { background-color: rgb(200,83,106); }

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

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

 span { border-color: rgb(200,83,106); }

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