#C8646A

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

Shades of Cabaret #C8646A

Tints of Cabaret #C8646A

Color information

#C8646A (or 0xC8646A) is unknown color: approx Cabaret. HEX triplet: C8, 64 and 6A. RGB value is (200,100,106). Sum of RGB (Red+Green+Blue) = 200+100+106=406 (53% of max value = 765). Red value is 200 (78.52% from 255 or 49.26% from 406); Green value is 100 (39.45% from 255 or 24.63% from 406); Blue value is 106 (41.80% from 255 or 26.11% from 406); Max value from RGB is 200 - color contains mainly: red. Hex color #C8646A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C8646A is #379B95. Grayscale: #828282. Windows color (decimal): -3644310 or 6972616. OLE color: 6972616.

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

Color convert

RGB200100106-
CMYK00.50.470.22
HSL356.4º47.62%58.82%-
HSV(B)356.4º50%78.43%-
XYZ30.9822.4316.33-
YUV130.58114.13177.51-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 49.26%
GREEN value IS 100 (39.45% from 255) = 24.63%
BLUE value IS 106 (41.80% from 255) = 26.11%
R=49.26%
G=24.63%
B=26.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.5
Y (Yellow) values IS 0.47
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20010010600.50.470.22356.447.6258.82
HexC8646A0322F16164303b
Octal31014415206257265446073
Binary1100100011001001101010011001010111110110101100100110000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8646A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8646A; }

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

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

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

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

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

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

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

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