#C8656A

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

Shades of Cabaret #C8656A

Tints of Cabaret #C8656A

Color information

#C8656A (or 0xC8656A) is unknown color: approx Cabaret. HEX triplet: C8, 65 and 6A. RGB value is (200,101,106). Sum of RGB (Red+Green+Blue) = 200+101+106=407 (53% of max value = 765). Red value is 200 (78.52% from 255 or 49.14% from 407); Green value is 101 (39.84% from 255 or 24.82% from 407); Blue value is 106 (41.80% from 255 or 26.04% from 407); Max value from RGB is 200 - color contains mainly: red. Hex color #C8656A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C8656A is #379A95. Grayscale: #838383. Windows color (decimal): -3644054 or 6972872. OLE color: 6972872.

HSL color Cylindrical-coordinate representation of color #C8656A: hue angle of 356.97º degrees, saturation: 0.47, 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 #C8656A is Cyan = 0, Magento = 0.49, Yellow = 0.47 and Black (K on CMYK) = 0.22.

Color convert

RGB200101106-
CMYK00.490.470.22
HSL356.97º47.37%59.02%-
HSV(B)356.97º49.5%78.43%-
XYZ31.0722.6316.37-
YUV131.17113.8177.09-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 49.14%
GREEN value IS 101 (39.84% from 255) = 24.82%
BLUE value IS 106 (41.80% from 255) = 26.04%
R=49.14%
G=24.82%
B=26.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.47
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20010110600.490.470.22356.9747.3759.02
HexC8656A0312F161652f3b
Octal31014515206157265455773
Binary1100100011001011101010011000110111110110101100101101111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8656A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8656A; }

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

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

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

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

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

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

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

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