#C8656F

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

Shades of Cabaret #C8656F

Tints of Cabaret #C8656F

Color information

#C8656F (or 0xC8656F) is unknown color: approx Cabaret. HEX triplet: C8, 65 and 6F. RGB value is (200,101,111). Sum of RGB (Red+Green+Blue) = 200+101+111=412 (54% of max value = 765). Red value is 200 (78.52% from 255 or 48.54% from 412); Green value is 101 (39.84% from 255 or 24.51% from 412); Blue value is 111 (43.75% from 255 or 26.94% from 412); Max value from RGB is 200 - color contains mainly: red. Hex color #C8656F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C8656F is #379A90. Grayscale: #838383. Windows color (decimal): -3644049 or 7300552. OLE color: 7300552.

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

Color convert

RGB200101111-
CMYK00.490.440.22
HSL353.94º47.37%59.02%-
HSV(B)353.94º49.5%78.43%-
XYZ31.3422.7317.78-
YUV131.74116.3176.69-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 48.54%
GREEN value IS 101 (39.84% from 255) = 24.51%
BLUE value IS 111 (43.75% from 255) = 26.94%
R=48.54%
G=24.51%
B=26.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.44
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20010111100.490.440.22353.9447.3759.02
HexC8656F0312C161622f3b
Octal31014515706154265425773
Binary1100100011001011101111011000110110010110101100010101111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8656F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8656F; }

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

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

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

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

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

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

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

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