#C8567A

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

Shades of Cabaret #C8567A

Tints of Cabaret #C8567A

Color information

#C8567A (or 0xC8567A) is unknown color: approx Cabaret. HEX triplet: C8, 56 and 7A. RGB value is (200,86,122). Sum of RGB (Red+Green+Blue) = 200+86+122=408 (54% of max value = 765). Red value is 200 (78.52% from 255 or 49.02% from 408); Green value is 86 (33.98% from 255 or 21.08% from 408); Blue value is 122 (48.05% from 255 or 29.90% from 408); Max value from RGB is 200 - color contains mainly: red. Hex color #C8567A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C8567A is #37A985. Grayscale: #7C7C7C. Windows color (decimal): -3647878 or 8017608. OLE color: 8017608.

HSL color Cylindrical-coordinate representation of color #C8567A: hue angle of 341.05º degrees, saturation: 0.51, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #C8567A is Cyan = 0, Magento = 0.57, Yellow = 0.39 and Black (K on CMYK) = 0.22.

Color convert

RGB20086122-
CMYK00.570.390.22
HSL341.05º50.89%56.08%-
HSV(B)341.05º57%78.43%-
XYZ30.6620.3420.72-
YUV124.19126.77182.07-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 49.02%
GREEN value IS 86 (33.98% from 255) = 21.08%
BLUE value IS 122 (48.05% from 255) = 29.90%
R=49.02%
G=21.08%
B=29.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.39
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal2008612200.570.390.22341.0550.8956.08
HexC8567A03927161553338
Octal31012617207147265256370
Binary1100100010101101111010011100110011110110101010101110011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8567A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8567A; }

 p { color: rgb(200,86,122); }

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

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

 a { background-color: rgb(200,86,122); }

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

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

 span { border-color: rgb(200,86,122); }

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