#C0646F

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

Shades of Cabaret #C0646F

Tints of Cabaret #C0646F

Color information

#C0646F (or 0xC0646F) is unknown color: approx Cabaret. HEX triplet: C0, 64 and 6F. RGB value is (192,100,111). Sum of RGB (Red+Green+Blue) = 192+100+111=403 (53% of max value = 765). Red value is 192 (75.39% from 255 or 47.64% from 403); Green value is 100 (39.45% from 255 or 24.81% from 403); Blue value is 111 (43.75% from 255 or 27.54% from 403); Max value from RGB is 192 - color contains mainly: red. Hex color #C0646F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C0646F is #3F9B90. Grayscale: #808080. Windows color (decimal): -4168593 or 7300288. OLE color: 7300288.

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

Color convert

RGB192100111-
CMYK00.480.420.25
HSL352.83º42.2%57.25%-
HSV(B)352.83º47.92%75.29%-
XYZ29.1621.4717.65-
YUV128.76117.98173.11-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 47.64%
GREEN value IS 100 (39.45% from 255) = 24.81%
BLUE value IS 111 (43.75% from 255) = 27.54%
R=47.64%
G=24.81%
B=27.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.42
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19210011100.480.420.25352.8342.257.25
HexC0646F0302A191612a39
Octal30014415706052315415271
Binary1100000011001001101111011000010101011001101100001101010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0646F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0646F; }

 p { color: rgb(192,100,111); }

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

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

 a { background-color: rgb(192,100,111); }

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

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

 span { border-color: rgb(192,100,111); }

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