#C0656D

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

Shades of Cabaret #C0656D

Tints of Cabaret #C0656D

Color information

#C0656D (or 0xC0656D) is unknown color: approx Cabaret. HEX triplet: C0, 65 and 6D. RGB value is (192,101,109). Sum of RGB (Red+Green+Blue) = 192+101+109=402 (53% of max value = 765). Red value is 192 (75.39% from 255 or 47.76% from 402); Green value is 101 (39.84% from 255 or 25.12% from 402); Blue value is 109 (42.97% from 255 or 27.11% from 402); Max value from RGB is 192 - color contains mainly: red. Hex color #C0656D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C0656D is #3F9A92. Grayscale: #818181. Windows color (decimal): -4168339 or 7169472. OLE color: 7169472.

HSL color Cylindrical-coordinate representation of color #C0656D: hue angle of 354.73º degrees, saturation: 0.42, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #C0656D is Cyan = 0, Magento = 0.47, Yellow = 0.43 and Black (K on CMYK) = 0.25.

Color convert

RGB192101109-
CMYK00.470.430.25
HSL354.73º41.94%57.45%-
HSV(B)354.73º47.4%75.29%-
XYZ29.1521.6217.1-
YUV129.12116.65172.85-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 47.76%
GREEN value IS 101 (39.84% from 255) = 25.12%
BLUE value IS 109 (42.97% from 255) = 27.11%
R=47.76%
G=25.12%
B=27.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.43
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19210110900.470.430.25354.7341.9457.45
HexC0656D02F2B191632a39
Octal30014515505753315435271
Binary1100000011001011101101010111110101111001101100011101010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0656D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0656D; }

 p { color: rgb(192,101,109); }

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

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

 a { background-color: rgb(192,101,109); }

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

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

 span { border-color: rgb(192,101,109); }

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