#C0646E

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

Shades of Cabaret #C0646E

Tints of Cabaret #C0646E

Color information

#C0646E (or 0xC0646E) is unknown color: approx Cabaret. HEX triplet: C0, 64 and 6E. RGB value is (192,100,110). Sum of RGB (Red+Green+Blue) = 192+100+110=402 (53% of max value = 765). Red value is 192 (75.39% from 255 or 47.76% from 402); Green value is 100 (39.45% from 255 or 24.88% from 402); Blue value is 110 (43.36% from 255 or 27.36% from 402); Max value from RGB is 192 - color contains mainly: red. Hex color #C0646E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C0646E is #3F9B91. Grayscale: #808080. Windows color (decimal): -4168594 or 7234752. OLE color: 7234752.

HSL color Cylindrical-coordinate representation of color #C0646E: hue angle of 353.48º 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 #C0646E is Cyan = 0, Magento = 0.48, Yellow = 0.43 and Black (K on CMYK) = 0.25.

Color convert

RGB192100110-
CMYK00.480.430.25
HSL353.48º42.2%57.25%-
HSV(B)353.48º47.92%75.29%-
XYZ29.1121.4517.36-
YUV128.65117.48173.19-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 47.76%
GREEN value IS 100 (39.45% from 255) = 24.88%
BLUE value IS 110 (43.36% from 255) = 27.36%
R=47.76%
G=24.88%
B=27.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.43
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19210011000.480.430.25353.4842.257.25
HexC0646E0302B191612a39
Octal30014415606053315415271
Binary1100000011001001101110011000010101111001101100001101010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0646E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0646E; }

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

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

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

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

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

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

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

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